Skip to content

Commit

Permalink
GitHub Actions: Upgrade actions/checkout
Browse files Browse the repository at this point in the history
https://github.com/actions/checkout/releases
Signed-off-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
cclauss authored and ulyssessouza committed Feb 9, 2021
1 parent d7b16ef commit da32a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit da32a2f

Please sign in to comment.