mirror of
https://github.com/vlang/v.git
synced 2025-09-09 23:39:39 -04:00
ci: bump actions/cache from 3 to 4 (#20801)
This commit is contained in:
parent
9253637147
commit
c9933da675
4
.github/workflows/vpm_ci.yml
vendored
4
.github/workflows/vpm_ci.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: cd vlang && ./make.bat && ./v doctor
|
run: cd vlang && ./make.bat && ./v doctor
|
||||||
- name: Cache V
|
- name: Cache V
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: vlang
|
path: vlang
|
||||||
key: ${{ runner.os }}-${{ github.sha }}
|
key: ${{ runner.os }}-${{ github.sha }}
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
VFLAGS: -cc ${{ matrix.cc }} -d network
|
VFLAGS: -cc ${{ matrix.cc }} -d network
|
||||||
steps:
|
steps:
|
||||||
- name: Restore V cache
|
- name: Restore V cache
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: vlang
|
path: vlang
|
||||||
key: ${{ runner.os }}-${{ github.sha }}
|
key: ${{ runner.os }}-${{ github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user