Skip to content

Commit 4c8b9ae

Browse files
deps(gh-actions): update GitHub Actions workflows(deps): bump actions/setup-python
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05c2a28 commit 4c8b9ae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v7
1717

18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v7
1919
with:
2020
python-version: '3.11'
2121

.github/workflows/auto-update-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

21-
- uses: actions/setup-python@v6
21+
- uses: actions/setup-python@v7
2222
with:
2323
python-version: '3.12'
2424

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v7
1515

16-
- uses: actions/setup-python@v6
16+
- uses: actions/setup-python@v7
1717
with:
1818
python-version: '3.11'
1919

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v7
1515

16-
- uses: actions/setup-python@v6
16+
- uses: actions/setup-python@v7
1717
with:
1818
python-version: '3.11'
1919

0 commit comments

Comments
 (0)