Skip to content

Commit 55ab703

Browse files
Bump the minor group with 2 updates (#7698)
* Bump the minor group with 2 updates Bumps the minor group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `taiki-e/install-action` from 2.49.45 to 2.56.7 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](taiki-e/install-action@v2.49.45...v2.56.7) Updates `crate-ci/typos` from 1.32.0 to 1.34.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.32.0...v1.34.0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.56.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: crate-ci/typos dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update snapshots --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d33660c commit 55ab703

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
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@d4635f2de61c8b8104d59cd4aede2060638378cc
27+
- uses: taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
2828
with:
2929
tool: wasm-pack
3030
- name: Rust Cache

.github/workflows/build-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
cache: false # Configured below.
7878

79-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
79+
- uses: taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
8080
if: ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
8181
with:
8282
tool: wasm-pack

.github/workflows/build-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
cache: false # configured below
3232

33-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
33+
- uses: taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
3434
with:
3535
tool: wasm-pack
3636

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
uses: actions-rust-lang/setup-rust-toolchain@v1
260260
with:
261261
cache: false # Configured below.
262-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
262+
- uses: taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
263263
with:
264264
tool: wasm-pack
265265
- name: Rust Cache

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
cache: false # Configured below.
8080

81-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
81+
- uses: taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
8282
if: ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
8383
with:
8484
tool: wasm-pack

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ jobs:
156156
- name: Checkout
157157
uses: actions/checkout@v4
158158
- name: Run codespell
159-
uses: crate-ci/typos@v1.32.0
159+
uses: crate-ci/typos@v1.34.0

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: 'npm'
3232

3333
- run: npm install
34-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
34+
- uses: taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
3535
with:
3636
tool: wasm-pack
3737

@@ -100,7 +100,7 @@ jobs:
100100
cache: 'npm'
101101

102102
- run: npm install
103-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
103+
- uses: taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
104104
with:
105105
tool: wasm-pack
106106

0 commit comments

Comments
 (0)