From 2a63396f46678ddff1cae151175454ee3c6e4db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:09:14 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.3.2 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. - [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/v3.3.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pa11y.yml | 2 +- .github/workflows/percy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 93354af44c..080c5a5fda 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -32,7 +32,7 @@ jobs: node-version: "${{ env.NODE }}" - name: Set up npm cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index 8e10a0b670..a43bfc0a50 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -30,7 +30,7 @@ jobs: node-version: "${{ env.NODE }}" - name: Set up npm cache - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}