Skip to content

Commit 764ca51

Browse files
chore(deps): update actions/cache action to v4
1 parent 33909b4 commit 764ca51

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: '16'
2020
- name: Cache pnpm modules
21-
uses: actions/cache@v3
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.pnpm-store
2424
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install rust toolchain
2121
uses: actions-rs/toolchain@v1
2222
- name: Cache cargo
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
~/.cargo/registry

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
components: rustfmt, clippy
2323
- name: Cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: |
2727
~/.cargo/registry

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: 'latest'
2121

2222
- name: Cache Rust Deps
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
~/.cargo/registry

0 commit comments

Comments
 (0)