We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a201013 commit 1f7b2b1Copy full SHA for 1f7b2b1
1 file changed
.github/workflows/vpm_ci.yml
@@ -34,7 +34,7 @@ jobs:
34
if: runner.os == 'Windows'
35
run: cd vlang && ./make.bat && ./v doctor
36
- name: Cache V
37
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
38
with:
39
path: vlang
40
key: ${{ runner.os }}-${{ github.sha }}
@@ -62,7 +62,7 @@ jobs:
62
runs-on: ${{ matrix.os }}
63
steps:
64
- name: Restore V cache
65
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
66
67
68
0 commit comments