diff --git a/.github/workflows/rust-base.yml b/.github/workflows/rust-base.yml index c408b17..5ae3624 100644 --- a/.github/workflows/rust-base.yml +++ b/.github/workflows/rust-base.yml @@ -206,7 +206,7 @@ jobs: path: .lints - name: Cache lint build if: steps.check.outputs.skip != 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .lints/instrument-fields/target key: dylint-lint-${{ env.NIGHTLY }}-${{ hashFiles('.lints/instrument-fields/Cargo.lock') }}