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 556976d commit ed01280Copy full SHA for ed01280
action.yml
@@ -139,7 +139,8 @@ runs:
139
- name: Install Python 3
140
if: steps.pre-installed-python.outputs.python-path == ''
141
id: new-python
142
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ # v5.6.0
143
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
144
with:
145
python-version: 3.x
146
- name: Create Docker container action
0 commit comments