Skip to content

Commit ac3645c

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

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@e79914c740f0acf092c59adfa2a61d3d2266b6bf # v2.62.32
23+
- uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
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@e79914c740f0acf092c59adfa2a61d3d2266b6bf # v2
414+
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # 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@e79914c740f0acf092c59adfa2a61d3d2266b6bf # v2.62.32
414+
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
415415
with:
416416
fallback: none
417417
tool: git-cliff

0 commit comments

Comments
 (0)