Skip to content

Commit 4439ad6

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.74.0 to 2.75.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.74.0 to 2.75.1. - [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@94cb46f...80e6af7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f8a9ba commit 4439ad6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

567567
- name: Install required rust crates
568568
if: ${{ matrix.project.requires-crates != '[]' }}
569-
uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2
569+
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2
570570
with:
571571
tool: ${{ join(matrix.project.requires-crates, ',') }}
572572

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ jobs:
449449
fetch-depth: 0
450450

451451
- name: install git-cliff
452-
uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
452+
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
453453
with:
454454
fallback: none
455455
tool: git-cliff

0 commit comments

Comments
 (0)