diff --git a/.github/workflows/ironshield-types-ci-cd.yml b/.github/workflows/ironshield-types-ci-cd.yml index f868c66..363df43 100644 --- a/.github/workflows/ironshield-types-ci-cd.yml +++ b/.github/workflows/ironshield-types-ci-cd.yml @@ -153,7 +153,7 @@ jobs: # Cache cargo tools separately since they don't change often - name: Cache Cargo Tools - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cargo/bin/ key: ${{ runner.os }}-cargo-tools-toml-cli