Skip to content

Commit 130ca13

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.69.3 to 2.69.7
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.3 to 2.69.7. - [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@c12d62a...0d865d5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.69.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95c4954 commit 130ca13

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
@@ -564,7 +564,7 @@ jobs:
564564

565565
- name: Install required rust crates
566566
if: ${{ matrix.project.requires-crates != '[]' }}
567-
uses: taiki-e/install-action@c12d62a803cbdfe2e7263af15f5a9548065cb4f2 # v2
567+
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2
568568
with:
569569
tool: ${{ join(matrix.project.requires-crates, ',') }}
570570

.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@c12d62a803cbdfe2e7263af15f5a9548065cb4f2 # v2.69.3
452+
uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7
453453
with:
454454
fallback: none
455455
tool: git-cliff

0 commit comments

Comments
 (0)