Change actions/cache to v4
This commit is contained in:
parent
c798754ec2
commit
1965743ba2
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v4.0.0
|
uses: actions/cache@v4
|
||||||
id: cache-pkgs
|
id: cache-pkgs
|
||||||
with:
|
with:
|
||||||
path: ".dependencies"
|
path: ".dependencies"
|
||||||
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v4.0.0
|
uses: actions/cache@v4
|
||||||
id: cache-pkgs
|
id: cache-pkgs
|
||||||
with:
|
with:
|
||||||
path: ".dependencies"
|
path: ".dependencies"
|
||||||
|
|
@ -154,7 +154,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v4.0.0
|
uses: actions/cache@v4
|
||||||
id: cache-pkgs
|
id: cache-pkgs
|
||||||
with:
|
with:
|
||||||
path: ".dependencies"
|
path: ".dependencies"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v4.0.0
|
uses: actions/cache@v4
|
||||||
id: cache-pkgs
|
id: cache-pkgs
|
||||||
with:
|
with:
|
||||||
path: ".dependencies"
|
path: ".dependencies"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue