mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
Bump actions/cache from 3 to 4 (#4372)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
13a3914a66
commit
9c8d712d99
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-node-platform
|
cache-name: cache-node-platform
|
||||||
with:
|
with:
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
run: node common/scripts/install-run-rush.js bundle
|
run: node common/scripts/install-run-rush.js bundle
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -92,7 +92,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -110,7 +110,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -136,7 +136,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -164,7 +164,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -251,7 +251,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user