Skip to content

Commit 4714124

Browse files
Update github actions
1 parent eaea83e commit 4714124

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
6464
with:
6565
toolchain: nightly
66-
- uses: taiki-e/install-action@358ea245acad7b93598ea80efc430dc289a1a4df # cargo-hack
67-
- uses: taiki-e/install-action@187efae0dcf9694c566bf0c06b449dca093d6939 # cargo-minimal-versions
66+
- uses: taiki-e/install-action@a8bfb6e9b2cf3cefc208e6a18507d78669d398ab # cargo-hack
67+
- uses: taiki-e/install-action@749043abfe81138a5a2840ffe7b334409db791c9 # cargo-minimal-versions
6868
- name: minimal-versions check
6969
run: cargo minimal-versions check --workspace --all-features --tests --ignore-private -v
7070
continue-on-error: true
@@ -77,5 +77,5 @@ jobs:
7777
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
7878
with:
7979
toolchain: nightly
80-
- uses: taiki-e/install-action@358ea245acad7b93598ea80efc430dc289a1a4df # cargo-hack
80+
- uses: taiki-e/install-action@a8bfb6e9b2cf3cefc208e6a18507d78669d398ab # cargo-hack
8181
- run: cargo hack check --rust-version --bin "cargo-modules" --ignore-private

0 commit comments

Comments
 (0)