0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore(deps): bump actions/cache from 3.3.3 to 4.1.2 (#4926)

This commit is contained in:
dependabot[bot] 2024-11-02 12:01:14 +01:00 committed by GitHub
parent 0c613ad693
commit 894ef902de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 18 deletions

View file

@ -46,7 +46,7 @@ jobs:
- name: Install - name: Install
run: pnpm install --registry http://localhost:4873 run: pnpm install --registry http://localhost:4873
- name: Cache .pnpm-store - name: Cache .pnpm-store
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
@ -66,7 +66,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack install corepack install
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
@ -91,7 +91,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack install corepack install
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
@ -121,7 +121,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack prepare corepack prepare
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
@ -148,7 +148,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack install corepack install
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}

View file

@ -34,7 +34,7 @@ jobs:
- name: Install - name: Install
run: pnpm install --reporter=silence --ignore-scripts --registry http://localhost:4873 run: pnpm install --reporter=silence --ignore-scripts --registry http://localhost:4873
- name: Cache .pnpm-store - name: Cache .pnpm-store
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@ -53,7 +53,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack prepare corepack prepare
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@ -65,7 +65,7 @@ jobs:
- name: build - name: build
run: pnpm build run: pnpm build
- name: Cache packages - name: Cache packages
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
id: cache-packages id: cache-packages
with: with:
path: ./packages/ path: ./packages/
@ -105,7 +105,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack prepare corepack prepare
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@ -114,7 +114,7 @@ jobs:
pnpm config set store-dir ~/.pnpm-store pnpm config set store-dir ~/.pnpm-store
- name: Install - name: Install
run: pnpm install --offline --reporter=silence --ignore-scripts --registry http://localhost:4873 run: pnpm install --offline --reporter=silence --ignore-scripts --registry http://localhost:4873
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ./packages/ path: ./packages/
key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@ -149,7 +149,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack prepare corepack prepare
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@ -158,7 +158,7 @@ jobs:
pnpm config set store-dir ~/.pnpm-store pnpm config set store-dir ~/.pnpm-store
- name: Install - name: Install
run: pnpm install --loglevel debug --ignore-scripts --registry http://localhost:4873 run: pnpm install --loglevel debug --ignore-scripts --registry http://localhost:4873
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ./packages/ path: ./packages/
key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@ -194,7 +194,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack prepare corepack prepare
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@ -203,7 +203,7 @@ jobs:
pnpm config set store-dir ~/.pnpm-store pnpm config set store-dir ~/.pnpm-store
- name: Install - name: Install
run: pnpm install --offline --reporter=silence --ignore-scripts --registry http://localhost:4873 run: pnpm install --offline --reporter=silence --ignore-scripts --registry http://localhost:4873
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ./packages/ path: ./packages/
key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}

View file

@ -27,7 +27,7 @@ jobs:
run: | run: |
corepack enable corepack enable
corepack install corepack install
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}

View file

@ -31,7 +31,7 @@ jobs:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
- name: Cache pnpm modules - name: Cache pnpm modules
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
env: env:
cache-name: cache-pnpm-modules cache-name: cache-pnpm-modules
with: with:

View file

@ -47,7 +47,7 @@ jobs:
- name: Install - name: Install
run: pnpm install --registry http://localhost:4873 run: pnpm install --registry http://localhost:4873
- name: Cache .pnpm-store - name: Cache .pnpm-store
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
@ -58,7 +58,7 @@ jobs:
- name: Build Translations percentage - name: Build Translations percentage
run: pnpm --filter @verdaccio/crowdin-translations build run: pnpm --filter @verdaccio/crowdin-translations build
- name: Cache Docusaurus Build - name: Cache Docusaurus Build
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v4.0.2 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.0.2
with: with:
path: website/node_modules/.cache/webpack path: website/node_modules/.cache/webpack
key: cache/webpack-${{github.ref}}-${{ hashFiles('**/pnpm-lock.yaml') }} key: cache/webpack-${{github.ref}}-${{ hashFiles('**/pnpm-lock.yaml') }}