Skip to content

Commit 2d38b4e

Browse files
chore(deps): update actions/cache action to v4
1 parent 7c9c649 commit 2d38b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3939
40-
- uses: actions/cache@v3
40+
- uses: actions/cache@v4
4141
name: Setup pnpm cache
4242
with:
4343
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)