Skip to content

Commit df98362

Browse files
renovate[bot]escalate
authored andcommitted
chore(deps): update actions/setup-python action to v6
1 parent 45f12be commit df98362

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-ansible-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/release-ansible-role.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)