Skip to content

Commit 4360567

Browse files
authored
Merge pull request #90 from x52dev/dependabot/github_actions/taiki-e/install-action-2.69.6
chore(deps): bump taiki-e/install-action from 2.68.33 to 2.69.6
2 parents bb29524 + 3d2b9c3 commit 4360567

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: ${{ matrix.toolchain.version }}
5050

5151
- name: Install cargo-nextest
52-
uses: taiki-e/install-action@v2.68.33
52+
uses: taiki-e/install-action@v2.69.6
5353
with:
5454
tool: cargo-nextest
5555

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: nicknovitski/nix-develop@v1.2.1
3636

3737
- name: Install cargo-llvm-cov
38-
uses: taiki-e/install-action@v2.68.33
38+
uses: taiki-e/install-action@v2.69.6
3939
with:
4040
tool: cargo-llvm-cov
4141

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions-rust-lang/setup-rust-toolchain@v1
7878

7979
- name: Install cargo-deny
80-
uses: taiki-e/install-action@v2.68.33
80+
uses: taiki-e/install-action@v2.69.6
8181
with:
8282
tool: cargo-deny
8383

0 commit comments

Comments
 (0)