From b4baa10ac07e52dabe241794ad8dd963ebe850c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:09:54 +0100 Subject: [PATCH] chore(deps): update actions/cache digest to 4723a57 (#3549) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-windows.yml | 10 +++++----- .github/workflows/ci.yml | 10 +++++----- .github/workflows/e2e-ci.yml | 10 +++++----- .github/workflows/ui-components.yml | 2 +- .github/workflows/website.yml | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 9914726a8..076e6993c 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -32,7 +32,7 @@ jobs: - name: Install run: pnpm recursive install --frozen-lockfile --registry http://localhost:4873 - name: Cache .pnpm-store - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -50,7 +50,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: npm i pnpm@6.32.15 -g - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -70,7 +70,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: npm i pnpm@6.32.15 -g - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -95,7 +95,7 @@ jobs: node-version: ${{ matrix.node_version }} - name: Install pnpm run: npm i pnpm@6.32.15 -g - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -116,7 +116,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: npm i pnpm@6.32.15 -g - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b989b0b5..cc010ac29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Install run: pnpm recursive install --frozen-lockfile --registry http://localhost:4873 - name: Cache .pnpm-store - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -63,7 +63,7 @@ jobs: run: | corepack enable corepack prepare --activate pnpm@6.32.15 - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -85,7 +85,7 @@ jobs: run: | corepack enable corepack prepare --activate pnpm@6.32.15 - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -112,7 +112,7 @@ jobs: run: | corepack enable corepack prepare --activate pnpm@6.32.15 - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} @@ -136,7 +136,7 @@ jobs: run: | corepack enable corepack prepare --activate pnpm@6.32.15 - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/e2e-ci.yml b/.github/workflows/e2e-ci.yml index 102d7b78a..c47b8756d 100644 --- a/.github/workflows/e2e-ci.yml +++ b/.github/workflows/e2e-ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install run: pnpm recursive install --frozen-lockfile --reporter=silence --ignore-scripts --registry http://localhost:4873 - name: Cache .pnpm-store - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} @@ -46,7 +46,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: npm i pnpm@6.32.15 -g - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} @@ -55,7 +55,7 @@ jobs: - name: build run: pnpm build - name: Cache packages - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 id: cache-packages with: path: ./packages/ @@ -85,13 +85,13 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: npm i pnpm@6.32.15 -g - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} - name: Install run: pnpm recursive install --offline --frozen-lockfile --reporter=silence --ignore-scripts --registry http://localhost:4873 - - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: ./packages/ key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }} diff --git a/.github/workflows/ui-components.yml b/.github/workflows/ui-components.yml index d069a1ebb..ffd339a9c 100644 --- a/.github/workflows/ui-components.yml +++ b/.github/workflows/ui-components.yml @@ -32,7 +32,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache pnpm modules - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 env: cache-name: cache-pnpm-modules with: diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 708de9967..2ce52a047 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -31,7 +31,7 @@ jobs: node-version: 16 - name: Cache pnpm modules - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 env: cache-name: cache-pnpm-modules with: @@ -51,7 +51,7 @@ jobs: - name: Build Translations percentage run: pnpm build --filter "@verdaccio/crowdin-translations" - name: Cache Docusaurus Build - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 with: path: website/node_modules/.cache/webpack key: cache/webpack-${{github.ref}}-${{ hashFiles('**/pnpm-lock.yaml') }}