We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a09841 + 78b35c5 commit 6c35e70Copy full SHA for 6c35e70
.github/workflows/test.yaml
@@ -59,7 +59,7 @@ jobs:
59
run: ls *.tar.bz2 >/dev/null || exit "Expected .tar.bz2 package"
60
61
# Test custom python version
62
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
63
with:
64
python-version: "3.13"
65
action.yaml
@@ -146,7 +146,7 @@ runs:
146
path: .build-variables
147
148
- name: Setup python
149
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
150
if: ${{ fromJSON(inputs.setup-python) }}
151
152
python-version: 3.x
0 commit comments