Skip to content

Commit f2ccf3e

Browse files
chore(deps): update actions/setup-python action to v7
1 parent 0c389ac commit f2ccf3e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: ${{ env.ANSIBLE_ROLE }}
2222

2323
- name: Set up Python 3.
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: '3.x'
2727

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/setup-python@v6
15+
- uses: actions/setup-python@v7
1616
with:
1717
python-version: '3.x'
1818

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
4242
4343
- name: Set up Python 3
44-
uses: actions/setup-python@v6
44+
uses: actions/setup-python@v7
4545
with:
4646
python-version: "3.14"
4747

@@ -87,7 +87,7 @@ jobs:
8787
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
8888
8989
- name: Set up Python 3
90-
uses: actions/setup-python@v6
90+
uses: actions/setup-python@v7
9191
with:
9292
python-version: "3.14"
9393

0 commit comments

Comments
 (0)