Skip to content

Commit e574ee0

Browse files
committedOct 17, 2020
Use actions/checkout@v2
Note that the repository's default branch is now `main`, not `master`. And this should be safer to avoid breaking change.
1 parent 5af1ba0 commit e574ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Test
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@master
9+
- uses: actions/checkout@v2
1010
- name: Update rustup
1111
run: rustup self update
1212
- name: Install Rust

0 commit comments

Comments
 (0)