mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
Bump actions/cache from 2 to 3 (#1340)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6da37552e8
commit
29372b48de
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-node-modules
|
cache-name: cache-node-modules
|
||||||
with:
|
with:
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: node common/scripts/install-run-rush.js rebuild -l --verbose
|
run: node common/scripts/install-run-rush.js rebuild -l --verbose
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -121,7 +121,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -155,7 +155,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -201,7 +201,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
@ -258,7 +258,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Cache build results
|
- name: Cache build results
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
cache-name: cache-build-results
|
cache-name: cache-build-results
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user