Skip to content

Commit 821fc6c

Browse files
authored
Merge pull request #76 from acgetchell/dependabot/github_actions/taiki-e/install-action-2.75.7
chore(deps): bump taiki-e/install-action from 2.73.0 to 2.75.7
2 parents 21c015d + 78089d2 commit 821fc6c

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@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
60+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
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@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
83+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
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@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
89+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
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@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
51+
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
5252
with:
5353
tool: just
5454

0 commit comments

Comments
 (0)