Skip to content

Commit

Permalink
[change] action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Apr 2, 2023
1 parent d4af105 commit c38ceb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-v0.10.3-pre-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-v0.10.3-pre-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c38ceb9

Please sign in to comment.