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.
1 parent 4c7a215 commit b6a6156Copy full SHA for b6a6156
action.yml
@@ -12,7 +12,7 @@ branding:
12
runs:
13
using: composite
14
steps:
15
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
16
id: localpython
17
with:
18
python-version: "3.9 - 3.14"
@@ -24,7 +24,7 @@ runs:
24
'${{ steps.localpython.outputs.python-path }}' '${{ github.action_path }}/.github/action_helper.py' '${{ inputs.python-versions }}' >>${GITHUB_OUTPUT}
25
shell: bash
26
27
28
id: allpython
29
30
python-version: "${{ join(fromJSON(steps.helper.outputs.interpreters), '\n') }}"
0 commit comments