Skip to content

Commit b84dda9

Browse files
ci: 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] <[email protected]>
1 parent b654a1b commit b84dda9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: toolchain
3434
with:
3535
components: clippy
36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
with:
3838
path: |
3939
~/.cargo/registry/index/
@@ -68,7 +68,7 @@ jobs:
6868
components: llvm-tools-preview
6969
- name: Install cargo-llvm-cov
7070
uses: taiki-e/install-action@cargo-llvm-cov
71-
- uses: actions/cache@v4
71+
- uses: actions/cache@v5
7272
with:
7373
path: |
7474
~/.cargo/registry/index/
@@ -100,7 +100,7 @@ jobs:
100100
id: toolchain
101101
with:
102102
components: clippy
103-
- uses: actions/cache@v4
103+
- uses: actions/cache@v5
104104
with:
105105
path: |
106106
~/.cargo/registry/index/
@@ -120,7 +120,7 @@ jobs:
120120
id: toolchain
121121
with:
122122
components: llvm-tools-preview
123-
- uses: actions/cache@v4
123+
- uses: actions/cache@v5
124124
with:
125125
path: |
126126
~/.cargo/registry/index/

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install protobuf compiler and libglib2.0
1919
run: sudo apt-get update && sudo apt-get install -y -qq protobuf-compiler libglib2.0-dev-bin
2020
- name: Cache .turbo folder
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: .turbo
2424
key: turbo-test-${{ runner.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)