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 6c23bab commit 65d360fCopy full SHA for 65d360f
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
rust: stable
72
target: x86_64-pc-windows-msvc
73
steps:
74
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
75
with:
76
submodules: true
77
- name: Install Rust (rustup)
@@ -111,7 +111,7 @@ jobs:
111
name: Rustfmt
112
runs-on: ubuntu-latest
113
114
115
116
117
- name: Install Rust
@@ -122,7 +122,7 @@ jobs:
122
name: Publish Documentation
123
124
125
126
127
128
0 commit comments