[ci] bump actions/cache version

This commit is contained in:
Shish 2024-02-12 13:53:25 +00:00
parent f031af44ba
commit 29ff1b7333

View file

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