Skip to content

Commit 6be3606

Browse files
committed
Merge remote-tracking branch 'origin/master' into wasi-support-test
2 parents 4a3b79f + 2b49f4b commit 6be3606

File tree

27 files changed

+1819
-2873
lines changed

27 files changed

+1819
-2873
lines changed

.github/workflows/benchmark.yml

+2
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,5 @@ jobs:
136136
name: results
137137
path: artifacts/
138138
if-no-files-found: error
139+
include-hidden-files: true
140+
retention-days: 1

.github/workflows/build-website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
cd website
31-
npm install
31+
npm ci
3232
3333
- name: Run prettier
3434
run: |

.github/workflows/publish-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
shared-key: publish-examples
3030

31-
- uses: jetli/trunk-action@v0.4.0
31+
- uses: jetli/trunk-action@v0.5.0
3232
with:
3333
version: 'latest'
3434

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
toolchain: stable
4242

4343
- name: Install cargo binary dependencies
44-
uses: baptiste0928/cargo-install@v2
44+
uses: baptiste0928/cargo-install@v3
4545
with:
4646
crate: cargo-release
4747
version: =0.23.1
@@ -77,7 +77,7 @@ jobs:
7777
branch: ${{ steps.gettag.outputs.tag }}
7878

7979
- name: Create a Release
80-
uses: softprops/action-gh-release@v1
80+
uses: softprops/action-gh-release@v2
8181
with:
8282
token: ${{ secrets.YEWTEMPBOT_TOKEN }}
8383
tag_name: ${{ steps.gettag.outputs.tag }}

.github/workflows/size-cmp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
shared-key: size-compare
5050

5151
- name: Setup Trunk
52-
uses: jetli/trunk-action@v0.4.0
52+
uses: jetli/trunk-action@v0.5.0
5353
with:
5454
version: "latest"
5555

0 commit comments

Comments
 (0)