Skip to content

Commit 8ae3ead

Browse files
chore(deps): update actions/cache action to v4
1 parent eedfd56 commit 8ae3ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2828
29-
- uses: actions/cache@v3
29+
- uses: actions/cache@v4
3030
name: Setup pnpm cache
3131
with:
3232
path: ${{ env.STORE_PATH }}
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
6262
63-
- uses: actions/cache@v3
63+
- uses: actions/cache@v4
6464
name: Setup pnpm cache
6565
with:
6666
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)