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:
dependabot[bot] 2022-05-31 10:57:43 +02:00 committed by GitHub
parent 34830034c8
commit b3dfbe3356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
## Try getting the node modules from cache, if failed npm ci
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache-npm
with:
path: node_modules

View File

@ -72,7 +72,7 @@ jobs:
echo "PUSH_IMAGES=1" >> $GITHUB_ENV
echo "${{ secrets.DOCKERHUB_PASSWORD }}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache-npm
with:
path: generator/node_modules

View File

@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
## Try getting the node modules from cache, if failed npm ci
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache-npm
with:
path: node_modules