From a7d51f6c9d8865e3a40be65a55c9fc637a5eebd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:45:43 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 a579fa6a68..ae7536feb8 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@v4.1.1 + uses: actions/cache@v4.1.2 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 f1e54c5e8d..25fb393800 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@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}