Skip to content

Commit 043c6bf

Browse files
Bump taiki-e/install-action from 2.68.7 to 2.68.15
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.7 to 2.68.15. - [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@f92912f...68675c5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e33db49 commit 043c6bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install just
6060
if: matrix.os != 'windows-latest'
61-
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
61+
uses: taiki-e/install-action@68675c5a5f1a6950c3975d33f3ae0ef155e5bf3d # v2.68.15
6262
with:
6363
tool: just
6464

@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Install taplo (for TOML formatting and linting)
8383
if: matrix.os != 'windows-latest'
84-
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
84+
uses: taiki-e/install-action@68675c5a5f1a6950c3975d33f3ae0ef155e5bf3d # v2.68.15
8585
with:
8686
tool: taplo-cli
8787

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Install just
51-
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
51+
uses: taiki-e/install-action@68675c5a5f1a6950c3975d33f3ae0ef155e5bf3d # v2.68.15
5252
with:
5353
tool: just
5454

0 commit comments

Comments
 (0)