Skip to content

Commit bfb9424

Browse files
authored
Change CI action cache to v4
1 parent 6ad45c8 commit bfb9424

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.10'
1716
- '1.6'
1817
- '1.1'
1918
- '1'
@@ -28,7 +27,7 @@ jobs:
2827
with:
2928
version: ${{ matrix.version }}
3029
arch: ${{ matrix.arch }}
31-
- uses: actions/cache@v1
30+
- uses: actions/cache@v4
3231
env:
3332
cache-name: cache-artifacts
3433
with:

0 commit comments

Comments
 (0)