Skip to content

Commit 8af2651

Browse files
committed
Update CI: actions/cache@v1 -> actions/cache@v4
1 parent 665732c commit 8af2651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
version: ${{ matrix.version }}
6666
arch: ${{ matrix.arch }}
67-
- uses: actions/cache@v1
67+
- uses: actions/cache@v4
6868
env:
6969
cache-name: cache-artifacts
7070
with:
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
version: ${{ matrix.version }}
108108
arch: ${{ matrix.arch }}
109-
- uses: actions/cache@v1
109+
- uses: actions/cache@v4
110110
env:
111111
cache-name: cache-artifacts
112112
with:

0 commit comments

Comments
 (0)