Skip to content

Commit 28a3162

Browse files
authored
Merge pull request #164 from dalenguyen/dev
fix: cache naming
2 parents b116fe8 + 29fc4fc commit 28a3162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: pnpm cache
2929
if: steps.node_modules-cache.outputs.cache-hit != 'true'
30-
uses: actions/cache@4
30+
uses: actions/cache@v4
3131
id: pnpm-store
3232
with:
3333
path: ~/.pnpm-store/v4

0 commit comments

Comments
 (0)