Skip to content

Commit

Permalink
Change python-publish-test.yml, seems to be not dev but v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nschaetti committed Jun 29, 2020
1 parent aa7499d commit 3ef352a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@dev
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
Expand Down

0 comments on commit 3ef352a

Please sign in to comment.