Skip to content

Commit 28b70c2

Browse files
Bump actions/cache from 5 to 6 (#1222)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 721c940 commit 28b70c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
working-directory: ./ui/menu-website
222222

223223
- name: Cache pnpm store
224-
uses: actions/cache@v5
224+
uses: actions/cache@v6
225225
with:
226226
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
227227
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('ui/menu-website/pnpm-lock.yaml', 'ui/menu-website/package.json') }}
@@ -252,7 +252,7 @@ jobs:
252252
working-directory: ./ui/menu-website
253253

254254
- name: Cache Playwright browsers
255-
uses: actions/cache@v5
255+
uses: actions/cache@v6
256256
id: playwright-cache
257257
with:
258258
path: ~/.cache/ms-playwright

0 commit comments

Comments
 (0)