Skip to content

Commit ed01280

Browse files
committed
Linter (different rule)
1 parent 556976d commit ed01280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ runs:
139139
- name: Install Python 3
140140
if: steps.pre-installed-python.outputs.python-path == ''
141141
id: new-python
142-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
142+
# v5.6.0
143+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
143144
with:
144145
python-version: 3.x
145146
- name: Create Docker container action

0 commit comments

Comments
 (0)