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 9253637 commit c9933daCopy full SHA for c9933da
.github/workflows/vpm_ci.yml
@@ -32,7 +32,7 @@ jobs:
32
if: runner.os == 'Windows'
33
run: cd vlang && ./make.bat && ./v doctor
34
- name: Cache V
35
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
36
with:
37
path: vlang
38
key: ${{ runner.os }}-${{ github.sha }}
@@ -62,7 +62,7 @@ jobs:
62
VFLAGS: -cc ${{ matrix.cc }} -d network
63
steps:
64
- name: Restore V cache
65
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
66
67
68
0 commit comments