Skip to content

Commit b3a3b68

Browse files
chore(deps): bump taiki-e/install-action from 2.79.3 to 2.80.0 (#666)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.3 to 2.80.0. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@65851e1...50b4a71) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.80.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 561047f commit b3a3b68

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
key: browser-${{ hashFiles('**/Cargo.lock') }}
150150
restore-keys: browser-
151151
- name: Install wasm-pack
152-
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3
152+
uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 # v2.80.0
153153
with:
154154
tool: wasm-pack
155155
- id: browser

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: deploy-
4040

4141
- name: Install trunk
42-
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 trunk
42+
uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 # v2.79.3 trunk
4343
with:
4444
tool: trunk@0.21.14
4545

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: e2e-
4040

4141
- name: Install just
42-
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 just
42+
uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 # v2.79.3 just
4343
with:
4444
tool: just
4545

0 commit comments

Comments
 (0)