Skip to content

Commit

Permalink
Use actions/checkout@v2 to fix checkout after restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2020
1 parent 2092801 commit 8d4fdf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
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
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
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Expand Up @@ -27,9 +27,9 @@ jobs:
name: Python ${{ matrix.python-version }} ${{ matrix.architecture }}

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

- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
repository: python-pillow/pillow-depends
ref: master
Expand Down

0 comments on commit 8d4fdf6

Please sign in to comment.