Skip to content

Commit d764ee9

Browse files
Pin dependencies
1 parent 018ae6f commit d764ee9

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
@@ -59,14 +59,14 @@ jobs:
5959
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
6060
if: ${{ github.ref != 'refs/heads/main' }}
6161
- name: Build all targets with all features
62-
uses: actions-rs/cargo@v1
62+
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
6363
with:
6464
command: build
6565
args: --all-targets --all-features
6666
- name: Install latest nextest release
67-
uses: taiki-e/install-action@nextest
67+
uses: taiki-e/install-action@1db2b6dcae90947f1aadcd94696a26be14a0c1d4 # nextest
6868
- name: Test with latest nextest release
69-
uses: actions-rs/cargo@v1
69+
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
7070
with:
7171
command: nextest
7272
args: run --all-features --profile ci

0 commit comments

Comments
 (0)