diff --git a/.github/workflows/ironshield-api-ci-cd.yml b/.github/workflows/ironshield-api-ci-cd.yml index 49adf61..f207442 100644 --- a/.github/workflows/ironshield-api-ci-cd.yml +++ b/.github/workflows/ironshield-api-ci-cd.yml @@ -182,7 +182,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