Skip to content

Commit b689a10

Browse files
chore: bump actions/cache from 4 to 5 (#930)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e50833 commit b689a10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- uses: ipfs/aegir/actions/cache-node-modules@main
8585
- name: Cache Playwright dependencies
8686
id: playwright-cache
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: ~/.cache/ms-playwright
9090
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
@@ -130,7 +130,7 @@ jobs:
130130
- uses: ipfs/aegir/actions/cache-node-modules@main
131131
- name: Cache Playwright dependencies
132132
id: playwright-cache
133-
uses: actions/cache@v4
133+
uses: actions/cache@v5
134134
with:
135135
path: ~/.cache/ms-playwright
136136
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
@@ -170,7 +170,7 @@ jobs:
170170
- uses: ipfs/aegir/actions/cache-node-modules@main
171171
- name: Cache Playwright dependencies
172172
id: playwright-cache
173-
uses: actions/cache@v4
173+
uses: actions/cache@v5
174174
with:
175175
path: ~/.cache/ms-playwright
176176
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
@@ -231,7 +231,7 @@ jobs:
231231
- uses: ipfs/aegir/actions/cache-node-modules@main
232232
- name: Cache Playwright dependencies
233233
id: playwright-cache
234-
uses: actions/cache@v4
234+
uses: actions/cache@v5
235235
with:
236236
path: ~/.cache/ms-playwright
237237
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
@@ -255,7 +255,7 @@ jobs:
255255
- uses: ipfs/aegir/actions/cache-node-modules@main
256256
- name: Cache Playwright dependencies
257257
id: playwright-cache
258-
uses: actions/cache@v4
258+
uses: actions/cache@v5
259259
with:
260260
path: ~/.cache/ms-playwright
261261
key: playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)