From b4c0458ebe9752469472b759b2a478d1f2648a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:33:04 +0000 Subject: [PATCH] chore(github-actions): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commitlint.yml | 2 +- .github/workflows/release-components.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- .github/workflows/update-snapshots.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 5371c5ee..ff6b10a7 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -22,7 +22,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/release-components.yml b/.github/workflows/release-components.yml index 27edc33a..894ae6c0 100644 --- a/.github/workflows/release-components.yml +++ b/.github/workflows/release-components.yml @@ -31,7 +31,7 @@ jobs: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: ${{ steps.release.outputs.components--release_created }} with: path: ~/.npm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db16f5bd..70339e61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -51,7 +51,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -74,7 +74,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -89,7 +89,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages['node_modules/playwright'].version)")" >> $GITHUB_ENV - name: Cache Playwright Browsers - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index e701fbf0..83d9a2f6 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -25,7 +25,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -40,7 +40,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages['node_modules/playwright'].version)")" >> $GITHUB_ENV - name: Cache Playwright Browsers - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright