We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f2786 commit faf7a4cCopy full SHA for faf7a4c
1 file changed
.github/workflows/build.yml
@@ -18,8 +18,8 @@ jobs:
18
with:
19
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
20
- name: Set up Python
21
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
22
23
- python-version: 3.8
+ python-version: 3.12
24
- name: Execute the build
25
run: .github/build.sh
0 commit comments