mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
.github/workflows: update actions/cache from v3 to v4
See https://github.com/actions/cache?tab=readme-ov-file#v4
This commit is contained in:
parent
dc7256b304
commit
582681ce58
3 changed files with 5 additions and 5 deletions
2
.github/workflows/check-licenses.yml
vendored
2
.github/workflows/check-licenses.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Cache Go artifacts
|
- name: Cache Go artifacts
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
if: ${{ matrix.language == 'go' }}
|
if: ${{ matrix.language == 'go' }}
|
||||||
|
|
||||||
- name: Cache Go artifacts
|
- name: Cache Go artifacts
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Cache Go artifacts
|
- name: Cache Go artifacts
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Cache Go artifacts
|
- name: Cache Go artifacts
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Cache Go artifacts
|
- name: Cache Go artifacts
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/go-build
|
~/.cache/go-build
|
||||||
|
|
Loading…
Reference in a new issue