We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0d3cc4 + 9ac6d15 commit 80551e0Copy full SHA for 80551e0
.github/workflows/create_release.yml
@@ -20,7 +20,7 @@ jobs:
20
git fetch origin dev:dev
21
git reset --hard dev
22
- name: Set up Python 3.8
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@4
24
with:
25
python-version: 3.8
26
- name: Change version number
.github/workflows/release_main.yml
@@ -22,7 +22,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
+ uses: actions/setup-python@v4
27
28
- name: Extract version
0 commit comments