From d1e190e067eb4e6e6f1242fdc963dd7fcfbf7e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:30:42 +0100 Subject: [PATCH] chore(deps): bump actions/cache from 3.2.4 to 3.2.5 (#3605) Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...6998d139ddd3e68c71e9e398d8e40b71a2f39812) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 1262fda6c..59d5616e3 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5945b9a7..b01c94c51 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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 049f9b717..63c006ba1 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 id: cache-packages with: path: ./packages/ @@ -86,13 +86,13 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm run: npm i pnpm@6.32.15 -g - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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 feae06c8c..92397e7c3 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 env: cache-name: cache-pnpm-modules with: diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5c61b6d06..5c08f7e98 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 with: path: website/node_modules/.cache/webpack key: cache/webpack-${{github.ref}}-${{ hashFiles('**/pnpm-lock.yaml') }}