Skip to content

Commit 4ac0970

Browse files
Bump GH action version
1 parent f2066d0 commit 4ac0970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Cache build artifacts
1717
id: cache-cargo
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: |
2121
~/.cargo/bin

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Cache build artifacts
2020
id: cache-cargo
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.cargo/registry

0 commit comments

Comments
 (0)