We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410c660 commit 8b3266dCopy full SHA for 8b3266d
1 file changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
steps:
12
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
13
with:
14
submodules: true
15
- name: Install Rust (rustup)
@@ -32,7 +32,7 @@ jobs:
32
name: Rustfmt
33
runs-on: ubuntu-latest
34
35
36
37
38
- name: Install Rust
0 commit comments