Skip to content

Commit

Permalink
Use actions/checkout@v2
Browse files Browse the repository at this point in the history
Note that the repository's default branch is now `main`, not `master`.
And this should be safer to avoid breaking change.
  • Loading branch information
JohnTitor committed Oct 17, 2020
1 parent 5af1ba0 commit e574ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Update rustup
run: rustup self update
- name: Install Rust
Expand Down

0 comments on commit e574ee0

Please sign in to comment.