Skip to content

Commit

Permalink
[build] Switch to checkout@v1 for github workflows.
Browse files Browse the repository at this point in the history
v2 looks to have a bug where sometimes picking up the wrong commit.
actions/checkout#237
  • Loading branch information
konkers committed Jul 8, 2020
1 parent 444dd4a commit bc6745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: cargo fmt
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1

- name: install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit bc6745e

Please sign in to comment.