Skip to content

Commit d21a26f

Browse files
authored
Update main.yml update action cache
1 parent 4ff90df commit d21a26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '20'
2121

2222
- name: Cache pnpm modules
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.pnpm-store
2626
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)