mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-04-20 09:23:15 +00:00
build(deps): bump actions/cache from 2 to 3 (#135)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
34830034c8
commit
b3dfbe3356
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
## Try getting the node modules from cache, if failed npm ci
|
## Try getting the node modules from cache, if failed npm ci
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
id: cache-npm
|
id: cache-npm
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
|
|||||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
echo "PUSH_IMAGES=1" >> $GITHUB_ENV
|
echo "PUSH_IMAGES=1" >> $GITHUB_ENV
|
||||||
echo "${{ secrets.DOCKERHUB_PASSWORD }}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
|
echo "${{ secrets.DOCKERHUB_PASSWORD }}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
id: cache-npm
|
id: cache-npm
|
||||||
with:
|
with:
|
||||||
path: generator/node_modules
|
path: generator/node_modules
|
||||||
|
|||||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
## Try getting the node modules from cache, if failed npm ci
|
## Try getting the node modules from cache, if failed npm ci
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
id: cache-npm
|
id: cache-npm
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user