Skip to content

Commit 6d342eb

Browse files
committed
Update github actions
1 parent 8489b5c commit 6d342eb

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
@@ -77,8 +77,8 @@ jobs:
7777
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
7878
with:
7979
toolchain: nightly
80-
- uses: taiki-e/install-action@620e86e13b72a1468b587c037624b54d7804c19c # cargo-hack
81-
- uses: taiki-e/install-action@dfb0b5f3ddf98ffe2483ef6b017c9dc92ae18fc5 # cargo-minimal-versions
80+
- uses: taiki-e/install-action@e445549abfcabe1b4106a8da1be899f392a60abc # cargo-hack
81+
- uses: taiki-e/install-action@f22f7aab6ce9fac9f097898e098c9b9f489ab1fb # cargo-minimal-versions
8282
- name: minimal-versions check
8383
run: cargo minimal-versions check --workspace --all-features --ignore-private -v
8484
- name: minimal-versions build
@@ -95,5 +95,5 @@ jobs:
9595
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
9696
with:
9797
toolchain: nightly
98-
- uses: taiki-e/install-action@620e86e13b72a1468b587c037624b54d7804c19c # cargo-hack
98+
- uses: taiki-e/install-action@e445549abfcabe1b4106a8da1be899f392a60abc # cargo-hack
9999
- run: cargo hack check --rust-version --lib --ignore-private

0 commit comments

Comments
 (0)