Skip to content

Commit

Permalink
Use v2 of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 13, 2020
1 parent e2cf123 commit 5d7f3d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

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

- name: Ubuntu cache
uses: actions/cache@v1
Expand Down

0 comments on commit 5d7f3d1

Please sign in to comment.