Skip to content

Commit 3f52c19

Browse files
authored
Merge pull request #62 from basf/hotfix
update
2 parents 4f39b4d + 83f6728 commit 3f52c19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v2
2121
with:
2222
python-version: "3.8"
2323

0 commit comments

Comments
 (0)