Skip to content

Commit 1a1191c

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.62.54 to 2.62.57
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.54 to 2.62.57. - [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@62da238...763e332) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.57 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 763e398 commit 1a1191c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
mdbook-version: '0.4.52'
2222

23-
- uses: taiki-e/install-action@62da238c048aa0f865cc5a322082957d34e7fc1a # v2.62.54
23+
- uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
2424
with:
2525
tool: >-
2626

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ jobs:
515515

516516
- name: Install required rust crates
517517
if: ${{ matrix.project.requires-crates != '[]' }}
518-
uses: taiki-e/install-action@62da238c048aa0f865cc5a322082957d34e7fc1a # v2
518+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
519519
with:
520520
tool: ${{ join(matrix.project.requires-crates, ',') }}
521521

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ jobs:
446446
fetch-depth: 0
447447

448448
- name: install git-cliff
449-
uses: taiki-e/install-action@62da238c048aa0f865cc5a322082957d34e7fc1a # v2.62.54
449+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
450450
with:
451451
fallback: none
452452
tool: git-cliff

0 commit comments

Comments
 (0)