Skip to content

Commit

Permalink
Merge pull request #5 from TylerBloom/dependabot/github_actions/jetli…
Browse files Browse the repository at this point in the history
…/trunk-action-0.5.0

Bump jetli/trunk-action from 0.4.0 to 0.5.0
  • Loading branch information
TylerBloom authored May 8, 2024
2 parents 7753380 + aca1126 commit a69a383
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 @@ -22,7 +22,7 @@ jobs:
targets: wasm32-unknown-unknown
- uses: actions/checkout@v4
- name: Fetch Trunk
uses: jetli/trunk-action@v0.4.0
uses: jetli/trunk-action@v0.5.0
with:
version: 'latest'
- run: cargo build --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
components: rustfmt
targets: wasm32-unknown-unknown
- name: Fetch Trunk
uses: jetli/trunk-action@v0.4.0
uses: jetli/trunk-action@v0.5.0
with:
version: 'latest'
- name: Fetch Tarpaulin
Expand Down

0 comments on commit a69a383

Please sign in to comment.