Skip to content

Commit

Permalink
use v2 checkout in all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano authored and radarhere committed Apr 12, 2020
1 parent 398b8a6 commit 9998231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Python ${{ matrix.python-version }}

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

- name: pip cache
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: ${{ matrix.docker }}

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

- name: Build system information
run: python .github/workflows/system-info.py
Expand Down

0 comments on commit 9998231

Please sign in to comment.