File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 submodules : true
1717
1818 - name : Set up Python 3.x
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.x'
2222
Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616
1717 - name : Set up Python 3.x
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236
237237 - name : Set up Python 3.x
238238 if : steps.check_yml.outputs.files_exists == 'true' || steps.check_yaml.outputs.files_exists == 'true'
239- uses : actions/setup-python@v5
239+ uses : actions/setup-python@v6
240240 with :
241241 python-version : ' 3.x'
242242
@@ -267,7 +267,7 @@ jobs:
267267
268268 - name : Set up Python 3.x
269269 if : steps.check_python.outputs.files_exists == 'true'
270- uses : actions/setup-python@v5
270+ uses : actions/setup-python@v6
271271 with :
272272 python-version : ' 3.x'
273273
@@ -343,7 +343,7 @@ jobs:
343343
344344 - name : Set up Python 3.x
345345 if : steps.check_ansible_role.outputs.files_exists == 'true' || steps.check_ansible_playbook.outputs.files_exists == 'true'
346- uses : actions/setup-python@v5
346+ uses : actions/setup-python@v6
347347 with :
348348 python-version : ' 3.x'
349349
You can’t perform that action at this time.
0 commit comments