Skip to content

Commit 4073197

Browse files
chore(deps): bump taiki-e/install-action from 2.69.6 to 2.70.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.6 to 2.70.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@0620367...fd0f63e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.70.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5cc38b2 commit 4073197

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Install just
5959
if: matrix.os != 'windows-latest'
60-
uses: taiki-e/install-action@06203676c62f0d3c765be3f2fcfbebbcb02d09f5 # v2.69.6
60+
uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2.70.1
6161
with:
6262
tool: just
6363

@@ -80,13 +80,13 @@ jobs:
8080
8181
- name: Install typos-cli
8282
if: matrix.os != 'windows-latest'
83-
uses: taiki-e/install-action@06203676c62f0d3c765be3f2fcfbebbcb02d09f5 # v2.69.6
83+
uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2.70.1
8484
with:
8585
tool: typos-cli@${{ env.TYPOS_VERSION }}
8686

8787
- name: Install taplo (for TOML formatting and linting)
8888
if: matrix.os != 'windows-latest'
89-
uses: taiki-e/install-action@06203676c62f0d3c765be3f2fcfbebbcb02d09f5 # v2.69.6
89+
uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2.70.1
9090
with:
9191
tool: taplo-cli
9292

.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@06203676c62f0d3c765be3f2fcfbebbcb02d09f5 # v2.69.6
51+
uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2.70.1
5252
with:
5353
tool: just
5454

0 commit comments

Comments
 (0)