Skip to content

Commit b5e8197

Browse files
build(deps): 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](actions/cache@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] <support@github.com>
1 parent 36ab5c4 commit b5e8197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
npm-email: ${{ secrets.NODE_EMAIL }}
5454

5555
- name: Cache npm dependencies
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.npm
5959
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
@@ -97,7 +97,7 @@ jobs:
9797
npm-email: ${{ secrets.NPM_EMAIL }}
9898

9999
- name: Cache Playwright browsers
100-
uses: actions/cache@v4
100+
uses: actions/cache@v5
101101
with:
102102
path: ~/.cache/ms-playwright
103103
key: ${{ runner.os }}-playwright-${{ needs.get-playwright-version.outputs.version }}

0 commit comments

Comments
 (0)