Skip to content

Commit 775d9cc

Browse files
chore(ci): bump actions/cache from 4.3.0 to 5.0.1 (#840)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 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 88ae136 commit 775d9cc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java-version: 17
3535
- name: Cache restore
3636
id: cache-restore
37-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3838
with:
3939
path: |
4040
~/.cargo/bin/
@@ -72,7 +72,7 @@ jobs:
7272
java-version: 17
7373
- name: Cache restore
7474
id: cache-restore
75-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
75+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7676
with:
7777
path: |
7878
~/.cargo/bin/
@@ -117,7 +117,7 @@ jobs:
117117
java-version: 17
118118
- name: Cache restore
119119
id: cache-restore
120-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
120+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
121121
with:
122122
path: |
123123
~/.cargo/bin/

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: rustup override set stable
5656
- name: Cache restore (Cargo)
5757
id: cache-restore-cargo
58-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
58+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5959
with:
6060
path: |
6161
~/.cargo/bin/

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Cache restore (MinGW)
9898
id: cache-restore-mingw
9999
if: matrix.needs-mingw != ''
100-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
100+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
101101
with:
102102
path: |
103103
C:\ProgramData\chocolatey\lib\mingw
@@ -127,7 +127,7 @@ jobs:
127127
run: rustup override set stable
128128
- name: Cache restore
129129
id: cache-restore-cargo
130-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
130+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
131131
with:
132132
path: |
133133
~/.cargo/bin/

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Cache restore (MinGW)
9696
id: cache-restore-mingw
9797
if: matrix.needs-mingw != ''
98-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
98+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9999
with:
100100
path: |
101101
C:\ProgramData\chocolatey\lib\mingw
@@ -128,7 +128,7 @@ jobs:
128128
run: rustup override set ${{ matrix.toolchain }}
129129
- name: Cache restore (Cargo)
130130
id: cache-restore-cargo
131-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
131+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
132132
with:
133133
path: |
134134
~/.cargo/bin/
@@ -198,7 +198,7 @@ jobs:
198198
target: ${{ matrix.target_triple }}
199199
- name: Cache restore (Cargo)
200200
id: cache-restore-cargo
201-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
201+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
202202
with:
203203
path: |
204204
~/.cargo/bin/
@@ -253,7 +253,7 @@ jobs:
253253
run: rustup override set ${{ matrix.toolchain }}
254254
- name: Cache restore
255255
id: cache-restore
256-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
256+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
257257
with:
258258
path: |
259259
~/.cargo/bin/
@@ -297,7 +297,7 @@ jobs:
297297
run: sudo apt install lld
298298
- name: Cache restore
299299
id: cache-restore
300-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
300+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
301301
with:
302302
path: |
303303
~/.cargo/bin/

.github/workflows/test-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: rustup override set stable
5454
- name: Cache restore (Cargo)
5555
id: cache-restore-cargo
56-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
56+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5757
with:
5858
path: |
5959
~/.cargo/bin/

0 commit comments

Comments
 (0)