Skip to content

Commit c831072

Browse files
authored
Merge pull request #83 from BloodAxe/develop
0.6.0
2 parents 251c591 + 4a4af0b commit c831072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_to_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
upload:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout
11+
- uses: actions/checkout@v2
1212
- name: Set up Python
13-
uses: actions/setup-python
13+
uses: actions/setup-python@v2
1414
with:
1515
python-version: '3.8'
1616
- name: Install dependencies

0 commit comments

Comments
 (0)