Skip to content

Commit 516b1f7

Browse files
Bump taiki-e/install-action from 2.49.30 to 2.49.34 in the patch group
Bumps the patch group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.49.30 to 2.49.34 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](taiki-e/install-action@v2.49.30...v2.49.34) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc2efd3 commit 516b1f7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-store-wasm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
2626
cache: false # Configured below.
27-
- uses: taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
27+
- uses: taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
2828
with:
2929
tool: wasm-pack
3030
- name: Rust Cache

.github/workflows/build-apps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
cache: false # Configured below.
7979

80-
- uses: taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
80+
- uses: taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
8181
if: ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
8282
with:
8383
tool: wasm-pack

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
cache: false # Configured below.
142142

143-
- uses: taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
143+
- uses: taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
144144
if: ${{ needs.conditions.outputs.should-run == 'true' && steps.wasm.outputs.should-build-wasm == 'true' }}
145145
with:
146146
tool: wasm-pack

.github/workflows/static-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
cache: false # Configured below.
5353

54-
- uses: taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
54+
- uses: taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
5555
with:
5656
tool: wasm-pack
5757

@@ -161,7 +161,7 @@ jobs:
161161
cache: 'yarn'
162162

163163
- run: yarn install
164-
- uses: taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
164+
- uses: taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
165165
with:
166166
tool: wasm-pack
167167

@@ -206,7 +206,7 @@ jobs:
206206
cache: 'yarn'
207207

208208
- run: yarn install
209-
- uses: taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
209+
- uses: taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
210210
with:
211211
tool: wasm-pack
212212

0 commit comments

Comments
 (0)