Skip to content

Commit bef2caf

Browse files
chore(deps): bump taiki-e/install-action from 2.77.3 to 2.78.3
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.3 to 2.78.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@e3134ec...0e01fba) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.78.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e07b410 commit bef2caf

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@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3
60+
uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3
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@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3
83+
uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3
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@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3
89+
uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3
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
@@ -55,7 +55,7 @@ jobs:
5555
fi
5656
5757
- name: Install just
58-
uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3
58+
uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3
5959
with:
6060
tool: just
6161

0 commit comments

Comments
 (0)