Skip to content

Commit

Permalink
Merge pull request rust-lang#555 from JohnTitor/gha-checkout
Browse files Browse the repository at this point in the history
Update `actions/checkout` to v2
  • Loading branch information
Alexendoo authored Dec 4, 2020
2 parents 66163e4 + 821d8c5 commit 5174523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
RUST_LIB_BACKTRACE: 1

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Configure Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'rust-lang/glacier'

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Configure rustup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Configure rustup
run: |
Expand Down

0 comments on commit 5174523

Please sign in to comment.