Skip to content

Commit fccf37e

Browse files
chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#2905)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd2096c commit fccf37e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pa11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: "${{ env.NODE }}"
3333

3434
- name: Set up npm cache
35-
uses: actions/cache@v4.2.2
35+
uses: actions/cache@v4.2.3
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

.github/workflows/percy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: "${{ env.NODE }}"
3131

3232
- name: Set up npm cache
33-
uses: actions/cache@v4.2.2
33+
uses: actions/cache@v4.2.3
3434
with:
3535
path: ~/.npm
3636
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)