diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0d44701..4c8709e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,7 @@ jobs: tool: cargo-llvm-cov - name: Cache cargo registry - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: | ~/.cargo/registry @@ -43,7 +43,7 @@ jobs: restore-keys: ${{ runner.os }}-cargo- - name: Cache target - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: target key: ${{ runner.os }}-coverage-target-${{ hashFiles('**/Cargo.lock') }} diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 5bf5b21..4e636c2 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache cargo registry - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: | ~/.cargo/registry @@ -58,7 +58,7 @@ jobs: restore-keys: ${{ runner.os }}-cargo- - name: Cache target - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: target key: ${{ runner.os }}-python-ci-${{ hashFiles('**/Cargo.lock') }} diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index a776082..3affaf4 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -46,7 +46,7 @@ jobs: targets: ${{ matrix.target }} - name: Cache cargo registry - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: | ~/.cargo/registry @@ -55,7 +55,7 @@ jobs: restore-keys: ${{ runner.os }}-cargo- - name: Cache target - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: target key: ${{ runner.os }}-ci-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}