Skip to content

Commit e33db49

Browse files
authored
Merge pull request #28 from acgetchell/dependabot/github_actions/taiki-e/install-action-2.68.7
Bump taiki-e/install-action from 2.67.30 to 2.68.7
2 parents cfc72d1 + 4ec8732 commit e33db49

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@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
61+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
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@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
84+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
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@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
51+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
5252
with:
5353
tool: just
5454

0 commit comments

Comments
 (0)