ci: bump actions/cache from 3 to 4 (#20801)

This commit is contained in:
dependabot[bot] 2024-02-12 15:37:06 +02:00 committed by GitHub
parent 9253637147
commit c9933da675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}