diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 076e6993c..6b2618a1d 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc010ac29..830a1f945 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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 c47b8756d..ca4f9418f 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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 5490265db..8d5a7015f 100644 --- a/.github/workflows/ui-components.yml +++ b/.github/workflows/ui-components.yml @@ -35,7 +35,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache pnpm modules - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3 env: cache-name: cache-pnpm-modules with: diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2ce52a047..a6256e556 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3 with: path: website/node_modules/.cache/webpack key: cache/webpack-${{github.ref}}-${{ hashFiles('**/pnpm-lock.yaml') }}