Skip to content

Commit 07f7d53

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.79.7 to 2.81.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.7 to 2.81.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@d9be7d8...e49978b) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.81.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3eee57f commit 07f7d53

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
@@ -584,7 +584,7 @@ jobs:
584584

585585
- name: Install required rust crates
586586
if: ${{ toJSON(matrix.project.requires-crates) != '[]' }}
587-
uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2
587+
uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2
588588
with:
589589
tool: ${{ join(matrix.project.requires-crates, ',') }}
590590

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ jobs:
505505
version: 11
506506

507507
- name: install git-cliff
508-
uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2.79.7
508+
uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1
509509
with:
510510
fallback: none
511511
tool: git-cliff

0 commit comments

Comments
 (0)