Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 0f76e94

Browse files
dependabot[bot]Achim Schneider
authored andcommitted
Bump jetli/wasm-pack-action from 0.3.0 to 0.4.0
Bumps [jetli/wasm-pack-action](https://github.com/jetli/wasm-pack-action) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/jetli/wasm-pack-action/releases) - [Commits](jetli/wasm-pack-action@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: jetli/wasm-pack-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0aaa4b7 commit 0f76e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
node-version: 16.x
6363

6464
- name: Install wasm-pack
65-
uses: jetli/wasm-pack-action@v0.3.0
65+
uses: jetli/wasm-pack-action@v0.4.0
6666
with:
6767
version: 'latest'
6868

.github/workflows/wasm_ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
override: true
1717
components: rust-src
1818
- name: Install wasm-pack
19-
uses: jetli/wasm-pack-action@v0.3.0
19+
uses: jetli/wasm-pack-action@v0.4.0
2020
with:
2121
version: 'latest'
2222

0 commit comments

Comments
 (0)