Skip to content

Commit 642cd30

Browse files
build(deps): bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c160af commit 642cd30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-pull_request-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: ./.github/actions/initialize
1313
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1414
- name: Restore Next.js cache
15-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
15+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
1616
with:
1717
path: |
1818
${{ github.workspace }}/apps/nextjs14-project/.next/cache

.github/workflows/on-push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: ./.github/actions/initialize
1616
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1717
- name: Restore Next.js cache
18-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
18+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
1919
with:
2020
path: |
2121
${{ github.workspace }}/apps/nextjs14-project/.next/cache

0 commit comments

Comments
 (0)