Skip to content

Commit

Permalink
Merge pull request #1 from arska/renovate/actions-checkout-2.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v2
arska authored Sep 25, 2021
2 parents ddc2e3b + ede4ed3 commit 9e08030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]

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

0 comments on commit 9e08030

Please sign in to comment.