Skip to content

Commit

Permalink
chore(ci): try to upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Jul 30, 2024
1 parent e48e952 commit 7ec528a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
target: wasm32-unknown-unknown

- name: Install trunk
uses: jetli/trunk-action@v0
uses: jetli/trunk-action@v0.5.0
with:
version: "latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
target: wasm32-unknown-unknown

- name: Install trunk
uses: jetli/trunk-action@v0
uses: jetli/trunk-action@v0.5.0
with:
version: "latest"

Expand Down

0 comments on commit 7ec528a

Please sign in to comment.