From 1b7f5f9e8dea46829ce0414d80035858add5d773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:39:59 +0000 Subject: [PATCH] chore(github-actions): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 169cdfce..39848b4f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -16,7 +16,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 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 d3186af0..7cfcf549 100644 --- a/.github/workflows/release-components.yml +++ b/.github/workflows/release-components.yml @@ -30,7 +30,7 @@ jobs: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: ${{ steps.release.outputs.components--release_created }} with: path: ~/.npm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 21219627..60e919fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -51,7 +51,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -74,7 +74,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index e8f9c89a..7cc2e907 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@v4 + - uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright