Skip to content

Commit 626e2f9

Browse files
authored
chore(deps): update taiki-e/install-action digest to dccf3df (#289)
1 parent 16bb9e1 commit 626e2f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint (rustfmt)
2727
run: cargo xfmt --check
2828
- name: Install cargo-sync-rdme and just
29-
uses: taiki-e/install-action@ada1a57be87ab19feb601af3b3e0d2d31972f057 # v2
29+
uses: taiki-e/install-action@dccf3df6e0d23d1cceb188bbc2255dd0799bcf48 # v2
3030
with:
3131
tool: cargo-sync-rdme,just
3232
- name: Install nightly toolchain for cargo-sync-rdme
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
key: ${{ matrix.rust-version }}
7373
- name: Install tools
74-
uses: taiki-e/install-action@ada1a57be87ab19feb601af3b3e0d2d31972f057 # v2
74+
uses: taiki-e/install-action@dccf3df6e0d23d1cceb188bbc2255dd0799bcf48 # v2
7575
with:
7676
tool: cargo-hack,just,nextest
7777
- name: Build

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
2727

2828
- name: Install tools
29-
uses: taiki-e/install-action@ada1a57be87ab19feb601af3b3e0d2d31972f057 # v2
29+
uses: taiki-e/install-action@dccf3df6e0d23d1cceb188bbc2255dd0799bcf48 # v2
3030
with:
3131
tool: cargo-llvm-cov,just,nextest
3232

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: Install cargo release
20-
uses: taiki-e/install-action@ada1a57be87ab19feb601af3b3e0d2d31972f057 # v2
20+
uses: taiki-e/install-action@dccf3df6e0d23d1cceb188bbc2255dd0799bcf48 # v2
2121
with:
2222
2323
- uses: taiki-e/create-gh-release-action@b7abb0cf5e72cb5500307b577f9ca3fd4c5be9d2 # v1

0 commit comments

Comments
 (0)