We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2415b65 commit 4a129a9Copy full SHA for 4a129a9
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@master
+ uses: actions/checkout@v3
14
15
- uses: actions-rs/toolchain@v1
16
with:
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
@@ -99,7 +99,6 @@ jobs:
99
- uses: actions-rs/cargo@v1
100
101
command: clippy
102
- args: -- -D warnings
103
104
bench:
105
0 commit comments