Skip to content

Commit f03b736

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.58.32 to 2.59.0
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.32 to 2.59.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@133a135...36ef418) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbaacb8 commit f03b736

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@133a13585eb96b576726757d256e9531cd6dddf2 # v2.58.32
23+
- uses: taiki-e/install-action@36ef4183e0fbb22f4d6044d1d1f8701c3bd07716 # v2.59.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
@@ -420,7 +420,7 @@ jobs:
420420

421421
- name: Install required rust crates
422422
if: ${{ matrix.project.requires-crates != '[]' }}
423-
uses: taiki-e/install-action@133a13585eb96b576726757d256e9531cd6dddf2 # v2
423+
uses: taiki-e/install-action@36ef4183e0fbb22f4d6044d1d1f8701c3bd07716 # v2
424424
with:
425425
tool: ${{ join(matrix.project.requires-crates, ',') }}
426426

.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@133a13585eb96b576726757d256e9531cd6dddf2 # v2.58.32
414+
uses: taiki-e/install-action@36ef4183e0fbb22f4d6044d1d1f8701c3bd07716 # v2.59.0
415415
with:
416416
fallback: none
417417
tool: git-cliff

0 commit comments

Comments
 (0)