[change] action workflow
This commit is contained in:
parent
d4af1056c8
commit
c38ceb9a22
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: npm install -g pnpm
|
||||
|
||||
- name: Setup Cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: npm install -g pnpm
|
||||
|
||||
- name: Setup Cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue