30
30
steps :
31
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
- name : Install ${{ matrix.toolchain }}
33
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
33
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
34
34
with :
35
35
toolchain : ${{ matrix.toolchain }}
36
36
components : clippy
49
49
steps :
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
51
- name : Install ${{ matrix.toolchain }}
52
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
52
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
53
53
with :
54
54
toolchain : ${{ matrix.toolchain }}
55
55
- name : cargo update
66
66
steps :
67
67
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68
68
- name : Install ${{ matrix.toolchain }}
69
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
69
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
70
70
with :
71
71
toolchain : ${{ matrix.toolchain }}
72
72
- name : cargo test --locked
81
81
steps :
82
82
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83
83
- name : Install ${{ matrix.toolchain }}
84
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
84
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
85
85
with :
86
86
toolchain : ${{ matrix.toolchain }}
87
87
components : rustfmt
97
97
steps :
98
98
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99
99
- name : Install ${{ matrix.toolchain }}
100
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
100
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
101
101
with :
102
102
toolchain : ${{ matrix.toolchain }}
103
103
- name : cargo test --locked
@@ -112,7 +112,7 @@ jobs:
112
112
steps :
113
113
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114
114
- name : Install ${{ matrix.toolchain }}
115
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
115
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
116
116
with :
117
117
toolchain : ${{ matrix.toolchain }}
118
118
- name : run_integration_tests.sh
@@ -127,7 +127,7 @@ jobs:
127
127
steps :
128
128
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129
129
- name : Install ${{ matrix.toolchain }}
130
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
130
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
131
131
with :
132
132
toolchain : ${{ matrix.toolchain }}
133
133
- name : cargo update
@@ -142,7 +142,7 @@ jobs:
142
142
with :
143
143
submodules : true
144
144
- name : Install nightly
145
- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
145
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
146
146
with :
147
147
toolchain : nightly
148
148
- name : cargo doc
0 commit comments