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 af9bce6 + a3f83bb commit 7c078dfCopy full SHA for 7c078df
.github/workflows/test.yaml
@@ -61,7 +61,7 @@ jobs:
61
run: ls *.tar.bz2 >/dev/null || exit "Expected .tar.bz2 package"
62
63
# Test custom python version
64
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
65
with:
66
python-version: "3.10"
67
action.yaml
@@ -123,7 +123,7 @@ runs:
123
path: .build-variables
124
125
- name: Setup python
126
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
127
if: ${{ fromJSON(inputs.setup-python) }}
128
129
python-version: 3.x
0 commit comments