Skip to content

Commit c3dbe78

Browse files
dependabot[bot]gHashTag
authored andcommitted
chore(ci)(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b76eeff commit c3dbe78

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/fpga-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: dtolnay/rust-toolchain@stable
3232

3333
- name: Cache Cargo
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: |
3737
~/.cargo/registry
@@ -86,7 +86,7 @@ jobs:
8686
uses: dtolnay/rust-toolchain@stable
8787

8888
- name: Cache Cargo
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: |
9292
~/.cargo/registry
@@ -147,7 +147,7 @@ jobs:
147147
uses: dtolnay/rust-toolchain@stable
148148

149149
- name: Cache Cargo
150-
uses: actions/cache@v4
150+
uses: actions/cache@v5
151151
with:
152152
path: |
153153
~/.cargo/registry
@@ -256,7 +256,7 @@ jobs:
256256
uses: dtolnay/rust-toolchain@stable
257257

258258
- name: Cache Cargo
259-
uses: actions/cache@v4
259+
uses: actions/cache@v5
260260
with:
261261
path: |
262262
~/.cargo/registry
@@ -301,7 +301,7 @@ jobs:
301301
uses: dtolnay/rust-toolchain@stable
302302

303303
- name: Cache Cargo + FPGA tools
304-
uses: actions/cache@v4
304+
uses: actions/cache@v5
305305
with:
306306
path: |
307307
~/.cargo/registry
@@ -417,7 +417,7 @@ jobs:
417417
uses: dtolnay/rust-toolchain@stable
418418

419419
- name: Cache Cargo
420-
uses: actions/cache@v4
420+
uses: actions/cache@v5
421421
with:
422422
path: |
423423
~/.cargo/registry
@@ -486,7 +486,7 @@ jobs:
486486
uses: dtolnay/rust-toolchain@stable
487487

488488
- name: Cache Cargo
489-
uses: actions/cache@v4
489+
uses: actions/cache@v5
490490
with:
491491
path: |
492492
~/.cargo/registry

0 commit comments

Comments
 (0)