Skip to content

Commit a41885c

Browse files
chore(deps): update actions/cache action to v5
1 parent 56edd55 commit a41885c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: bun install
2121

22-
- uses: actions/cache@v4
22+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
2323
name: Setup Next.js build cache
2424
with:
2525
# See here for caching with `yarn`, `bun` or other package managers https://github.com/actions/cache/blob/main/examples.md or you can leverage caching with actions/setup-node https://github.com/actions/setup-node

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "BASE_PATH=/${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
4747

4848
- name: Setup Next.js build cache
49-
uses: actions/cache@v4
49+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
5050
with:
5151
# See here for caching with `yarn`, `bun` or other package managers https://github.com/actions/cache/blob/main/examples.md or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
5252
path: |

0 commit comments

Comments
 (0)