From 7c6501f55887910326e630a8b2d813111eb4847c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:28:13 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [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.0...v4.1.1) --- 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 4534e89156..a579fa6a68 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.0 + uses: actions/cache@v4.1.1 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 637a169696..f1e54c5e8d 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.0 + uses: actions/cache@v4.1.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}