mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -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'
|
||||
run: cd vlang && ./make.bat && ./v doctor
|
||||
- name: Cache V
|
||||
uses: actions/cache/save@v3
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: vlang
|
||||
key: ${{ runner.os }}-${{ github.sha }}
|
||||
@ -62,7 +62,7 @@ jobs:
|
||||
VFLAGS: -cc ${{ matrix.cc }} -d network
|
||||
steps:
|
||||
- name: Restore V cache
|
||||
uses: actions/cache/restore@v3
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: vlang
|
||||
key: ${{ runner.os }}-${{ github.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user