Skip to content

Commit 5573e61

Browse files
authored
Merge pull request #3129 from chkpwd/renovate/actions-setup-python-7.x
ci(github-action)!: Update action actions/setup-python ( v6.3.0 → v7.0.0 )
2 parents 9f8de6e + 77c833c commit 5573e61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v7
22-
- uses: actions/setup-python@v6
22+
- uses: actions/setup-python@v7
2323
with:
2424
cache: "pip"
2525
- name: Cache Ansible Galaxy Dependencies

.github/workflows/ansible-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Poetry
1515
run: pipx install poetry
1616
- name: Install Python
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@v7
1818
with:
1919
python-version: "3.14"
2020
cache: "poetry"

.github/workflows/docs-reference-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Checkout the PR branch so we can commit back to it
2929
ref: ${{ github.event.pull_request.head.ref || github.ref }}
3030
fetch-depth: 0
31-
- uses: actions/setup-python@v6
31+
- uses: actions/setup-python@v7
3232
with:
3333
python-version: "3.14"
3434
cache: pip

0 commit comments

Comments
 (0)