Skip to content

Commit 2d84493

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.62.67 to 2.63.0
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.67 to 2.63.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@073d46c...59679e2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d869f32 commit 2d84493

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@073d46cba2cde38f6698c798566c1b3e24feeb44 # v2.62.67
23+
- uses: taiki-e/install-action@59679e24ffb0dbbbc136684eda7fcd21fe9eddea # v2.63.0
2424
with:
2525
tool: >-
2626
mdbook-alerts@0.7.0,

.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@073d46cba2cde38f6698c798566c1b3e24feeb44 # v2
518+
uses: taiki-e/install-action@59679e24ffb0dbbbc136684eda7fcd21fe9eddea # 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@073d46cba2cde38f6698c798566c1b3e24feeb44 # v2.62.67
449+
uses: taiki-e/install-action@59679e24ffb0dbbbc136684eda7fcd21fe9eddea # v2.63.0
450450
with:
451451
fallback: none
452452
tool: git-cliff

0 commit comments

Comments
 (0)