Skip to content

Commit 2c0eb6c

Browse files
committed
ci: need Python
1 parent 6db1194 commit 2c0eb6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto_semver_bump.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
- uses: actions/[email protected]
1818
with:
1919
token: ${{ secrets.DMITRY_PAT }}
20-
- uses: actions/setup-node@v1
20+
- name: Set up Python 3.8
21+
uses: actions/setup-python@v2
2122
with:
22-
node-version: "12"
23+
python-version: 3.8
2324
- name: Change version number
2425
id: version
2526
run: |

0 commit comments

Comments
 (0)