Skip to content

Commit b518266

Browse files
chore(deps): bump actions/cache from 5 to 6 (#750)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1ea60c commit b518266

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v6
2222
with:
2323
node-version: 22
24-
- uses: actions/cache@v5
24+
- uses: actions/cache@v6
2525
with:
2626
path: |
2727
~/.cargo/bin/

.github/workflows/fuzzing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
toolchain: nightly
2424
components: rustfmt
25-
- uses: actions/cache@v5
25+
- uses: actions/cache@v6
2626
with:
2727
path: |
2828
~/.cargo/bin/
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
toolchain: nightly
5959
components: rustfmt
60-
- uses: actions/cache@v5
60+
- uses: actions/cache@v6
6161
with:
6262
path: |
6363
~/.cargo/bin/

.github/workflows/github-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: dtolnay/rust-toolchain@master
2626
with:
2727
toolchain: 1.94.0
28-
- uses: actions/cache@v5
28+
- uses: actions/cache@v6
2929
with:
3030
path: |
3131
~/.cargo/bin/
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install cargo-udeps
5151
uses: taiki-e/install-action@cargo-udeps
52-
- uses: actions/cache@v5
52+
- uses: actions/cache@v6
5353
with:
5454
path: |
5555
~/.cargo/bin/
@@ -71,7 +71,7 @@ jobs:
7171
- name: Get MSRV from package metadata
7272
id: msrv
7373
run: grep rust-version Cargo.toml | cut -d'"' -f2 | sed 's/^/version=/' >> $GITHUB_OUTPUT
74-
- uses: actions/cache@v5
74+
- uses: actions/cache@v6
7575
with:
7676
path: |
7777
~/.cargo/bin/
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install cargo-hack
100100
run: cargo install cargo-hack
101101

102-
- uses: actions/cache@v5
102+
- uses: actions/cache@v6
103103
with:
104104
path: |
105105
~/.cargo/bin/
@@ -125,7 +125,7 @@ jobs:
125125
- uses: dtolnay/rust-toolchain@master
126126
with:
127127
toolchain: 1.94.0
128-
- uses: actions/cache@v5
128+
- uses: actions/cache@v6
129129
with:
130130
path: |
131131
~/.cargo/bin/
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
toolchain: 1.94.0
153153
components: clippy
154-
- uses: actions/cache@v5
154+
- uses: actions/cache@v6
155155
with:
156156
path: |
157157
~/.cargo/bin/
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
node-version: 22
194194

195-
- uses: actions/cache@v5
195+
- uses: actions/cache@v6
196196
with:
197197
path: |
198198
~/.cargo/bin/
@@ -228,7 +228,7 @@ jobs:
228228
- uses: actions/setup-node@v6
229229
with:
230230
node-version: 22
231-
- uses: actions/cache@v5
231+
- uses: actions/cache@v6
232232
with:
233233
path: |
234234
~/.cargo/bin/
@@ -260,7 +260,7 @@ jobs:
260260
- uses: dtolnay/rust-toolchain@master
261261
with:
262262
toolchain: 1.94.0
263-
- uses: actions/cache@v5
263+
- uses: actions/cache@v6
264264
with:
265265
path: |
266266
~/.cargo/bin/

0 commit comments

Comments
 (0)