Skip to content

Commit afd30ca

Browse files
dependabot[bot]vados-cosmonic
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.69.10 to 2.69.13
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.10 to 2.69.13. - [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@7627fb4...704f92c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.69.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f903015 commit afd30ca

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@7627fb428e65e78e2ec9a24ae5c5bd5f8553f182 # v2
567+
uses: taiki-e/install-action@704f92c11daa75bff5b4e01fcb083350c16c47b9 # 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@7627fb428e65e78e2ec9a24ae5c5bd5f8553f182 # v2.69.10
452+
uses: taiki-e/install-action@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2.69.13
453453
with:
454454
fallback: none
455455
tool: git-cliff

0 commit comments

Comments
 (0)