Skip to content

Commit 79562c3

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.62.30 to 2.62.32
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.30 to 2.62.32. - [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@f13d8e1...e79914c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 973725b commit 79562c3

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@f13d8e15c52b25c79b608d399cc802adc73d83da # v2.62.30
23+
- uses: taiki-e/install-action@e79914c740f0acf092c59adfa2a61d3d2266b6bf # v2.62.32
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
@@ -411,7 +411,7 @@ jobs:
411411

412412
- name: Install required rust crates
413413
if: ${{ matrix.project.requires-crates != '[]' }}
414-
uses: taiki-e/install-action@f13d8e15c52b25c79b608d399cc802adc73d83da # v2
414+
uses: taiki-e/install-action@e79914c740f0acf092c59adfa2a61d3d2266b6bf # v2
415415
with:
416416
tool: ${{ join(matrix.project.requires-crates, ',') }}
417417

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
fetch-depth: 0
412412

413413
- name: install git-cliff
414-
uses: taiki-e/install-action@f13d8e15c52b25c79b608d399cc802adc73d83da # v2.62.30
414+
uses: taiki-e/install-action@e79914c740f0acf092c59adfa2a61d3d2266b6bf # v2.62.32
415415
with:
416416
fallback: none
417417
tool: git-cliff

0 commit comments

Comments
 (0)