Skip to content

Commit a92c1ae

Browse files
Bump actions/cache/restore from 5.0.5 to 6.1.0 (#8223)
Bumps [actions/cache/restore](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7044fdc commit a92c1ae

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- uses: dtolnay/rust-toolchain@stable
9696

9797
- name: Restore cache
98-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
98+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9999
with:
100100
path: |
101101
~/.cargo/bin/
@@ -218,7 +218,7 @@ jobs:
218218
gcc-aarch64-linux-gnu: ${{ matrix.dependencies.gcc-aarch64-linux-gnu || false }}
219219

220220
- name: Restore cache
221-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
221+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
222222
with:
223223
path: |
224224
~/.cargo/bin/
@@ -328,7 +328,7 @@ jobs:
328328
- uses: dtolnay/rust-toolchain@stable
329329

330330
- name: Restore cache
331-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
331+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
332332
with:
333333
path: |
334334
~/.cargo/bin/
@@ -475,7 +475,7 @@ jobs:
475475
components: clippy
476476

477477
- name: Restore cache
478-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
478+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
479479
with:
480480
path: |
481481
~/.cargo/bin/
@@ -544,7 +544,7 @@ jobs:
544544
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
545545

546546
- name: restore prek cache
547-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
547+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
548548
with:
549549
key: prek-${{ hashFiles('.pre-commit-config.yaml') }}
550550
path: ~/.cache/prek
@@ -615,7 +615,7 @@ jobs:
615615
components: miri
616616

617617
- name: Restore cache
618-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
618+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
619619
with:
620620
path: |
621621
~/.cargo/bin/
@@ -649,7 +649,7 @@ jobs:
649649
components: clippy
650650

651651
- name: Restore cache
652-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
652+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
653653
with:
654654
path: |
655655
~/.cargo/bin/
@@ -689,7 +689,7 @@ jobs:
689689
run: echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
690690

691691
- name: Restore npm cache
692-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
692+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
693693
# don't restore on main or release
694694
if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/release'
695695
with:
@@ -764,7 +764,7 @@ jobs:
764764
target: wasm32-wasip1
765765

766766
- name: Restore cache
767-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
767+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
768768
with:
769769
path: |
770770
~/.cargo/bin/
@@ -814,7 +814,7 @@ jobs:
814814
- uses: dtolnay/rust-toolchain@stable
815815

816816
- name: Restore cache
817-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
817+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
818818
with:
819819
path: |
820820
~/.cargo/bin/

0 commit comments

Comments
 (0)