Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit b5eaf2c

Browse files
chore(deps): update actions/cache action to v4
1 parent 3eb2443 commit b5eaf2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 18.x
2222
- name: Cache pnpm modules
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
env:
2525
cache-name: cache-pnpm-modules
2626
with:

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: Cache pnpm modules
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
env:
2626
cache-name: cache-pnpm-modules
2727
with:

0 commit comments

Comments
 (0)