[ci] bump actions/cache version
This commit is contained in:
parent
f031af44ba
commit
29ff1b7333
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set Up Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
vendor
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 2
|
||||
- name: Set Up Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
vendor
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
# tagged minor version of the previous major version"?
|
||||
run: git checkout branch-2.9
|
||||
- name: Set Up Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
vendor
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 2
|
||||
- name: Set Up Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
vendor
|
||||
|
|
Reference in a new issue