Skip to content

Commit 2b01dfd

Browse files
dependabot[bot]ggainey
authored andcommitted
[GHA] Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88e6506 commit 2b01dfd

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
${{ runner.os }}-pip-
1818
1919
- name: "Set up Python"
20-
uses: "actions/setup-python@v5"
20+
uses: "actions/setup-python@v6"
2121
with:
2222
python-version: "3.11"
2323
- name: "Install python dependencies"

.github/workflows/collect_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: "main"
1414
fetch-depth: 0
15-
- uses: "actions/setup-python@v5"
15+
- uses: "actions/setup-python@v6"
1616
with:
1717
python-version: "3.11"
1818
- name: "Setup git"

.github/workflows/cookiecutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: "${{ secrets.RELEASE_TOKEN }}"
2121
path: "pulp-cli-maven"
2222
- name: "Set up Python"
23-
uses: "actions/setup-python@v5"
23+
uses: "actions/setup-python@v6"
2424
with:
2525
python-version: "3.11"
2626
- name: "Setup git"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
name: "pulp_cli_packages"
2929
- name: "Set up Python"
30-
uses: "actions/setup-python@v5"
30+
uses: "actions/setup-python@v6"
3131
with:
3232
python-version: "${{ matrix.python }}"
3333
- name: "Install python dependencies"

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: "Set up Python"
33-
uses: "actions/setup-python@v5"
33+
uses: "actions/setup-python@v6"
3434
with:
3535
python-version: "3.11"
3636
- name: "Install python dependencies"

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: "actions/checkout@v5"
2323
with:
2424
fetch-depth: 0
25-
- uses: "actions/setup-python@v5"
25+
- uses: "actions/setup-python@v6"
2626
with:
2727
python-version: "3.12"
2828
- name: "Determine PR labels"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
name: "pulp_cli_packages"
2222
- name: "Set up Python"
23-
uses: "actions/setup-python@v5"
23+
uses: "actions/setup-python@v6"
2424
with:
2525
python-version: "3.x"
2626
- name: "Install dependencies"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
token: "${{ secrets.RELEASE_TOKEN }}"
1515
- name: "Set up Python"
16-
uses: "actions/setup-python@v5"
16+
uses: "actions/setup-python@v6"
1717
with:
1818
python-version: "3.x"
1919
- name: "Install dependencies"

.github/workflows/release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
token: "${{ secrets.RELEASE_TOKEN }}"
1313
- name: "Set up Python"
14-
uses: "actions/setup-python@v5"
14+
uses: "actions/setup-python@v6"
1515
with:
1616
python-version: "3.11"
1717
- name: "Setup git"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
name: "pulp_cli_packages"
4141
- name: "Set up Python"
42-
uses: "actions/setup-python@v5"
42+
uses: "actions/setup-python@v6"
4343
with:
4444
python-version: "${{ matrix.python }}"
4545
allow-prereleases: true

0 commit comments

Comments
 (0)