We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout@v2
1 parent 5af1ba0 commit e574ee0Copy full SHA for e574ee0
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Test
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
10
- name: Update rustup
11
run: rustup self update
12
- name: Install Rust
0 commit comments