Skip to content

Commit c9933da

Browse files
ci: bump actions/cache from 3 to 4 (#20801)
1 parent 9253637 commit c9933da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vpm_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: runner.os == 'Windows'
3333
run: cd vlang && ./make.bat && ./v doctor
3434
- name: Cache V
35-
uses: actions/cache/save@v3
35+
uses: actions/cache/save@v4
3636
with:
3737
path: vlang
3838
key: ${{ runner.os }}-${{ github.sha }}
@@ -62,7 +62,7 @@ jobs:
6262
VFLAGS: -cc ${{ matrix.cc }} -d network
6363
steps:
6464
- name: Restore V cache
65-
uses: actions/cache/restore@v3
65+
uses: actions/cache/restore@v4
6666
with:
6767
path: vlang
6868
key: ${{ runner.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)