Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into wasi-support-test
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Oct 10, 2024
2 parents 4a3b79f + 2b49f4b commit 6be3606
Show file tree
Hide file tree
Showing 27 changed files with 1,819 additions and 2,873 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ jobs:
name: results
path: artifacts/
if-no-files-found: error
include-hidden-files: true
retention-days: 1
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
cd website
npm install
npm ci
- name: Run prettier
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
shared-key: publish-examples

- uses: jetli/trunk-action@v0.4.0
- uses: jetli/trunk-action@v0.5.0
with:
version: 'latest'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
toolchain: stable

- name: Install cargo binary dependencies
uses: baptiste0928/cargo-install@v2
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-release
version: =0.23.1
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
branch: ${{ steps.gettag.outputs.tag }}

- name: Create a Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.YEWTEMPBOT_TOKEN }}
tag_name: ${{ steps.gettag.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-cmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shared-key: size-compare

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

Expand Down
Loading

0 comments on commit 6be3606

Please sign in to comment.