We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf50a4d commit 3a040dcCopy full SHA for 3a040dc
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
rust: stable
28
steps:
29
- name: Checkout sources
30
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
31
with:
32
persist-credentials: false
33
@@ -74,7 +74,7 @@ jobs:
74
runs-on: ubuntu-18.04
75
76
77
78
79
80
@@ -95,7 +95,7 @@ jobs:
95
runs-on: ubuntu-latest
96
97
98
99
100
101
- name: Install rust toolchain
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments