Skip to content

Commit a7a00af

Browse files
committed
ci(deps): update github actions versions
Closes #29
1 parent 31aeb7a commit a7a00af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Cache build
3636
id: cache-build
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
env:
3939
cache-name: cache-build
4040
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Cache build
3737
id: cache-build
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
env:
4040
cache-name: cache-build
4141
with:

0 commit comments

Comments
 (0)