Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit ad0132f

Browse files
committed
Update setup-python
v2 failed because it interpreted 3.10 to be 3.1
1 parent 88e032c commit ad0132f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
path: RunestoneServer
2424
- name: Set up Python 3.10
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v4
2626
with:
27-
python-version: 3.10
27+
python-version: '3.10'
2828
- name: Build container
2929
id: docker-build
3030
run: |

0 commit comments

Comments
 (0)