Skip to content

Commit eb4ecb3

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

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

0 commit comments

Comments
 (0)