Skip to content

Commit 3253aca

Browse files
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 4a353f7 commit 3253aca

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/_build-pkg.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@v5
1717
- name: Set up Python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.x'
2121

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v5
3535
- name: Set up Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: "${{ matrix.python-version }}"
3939
- name: Install tox
@@ -82,7 +82,7 @@ jobs:
8282
ref: ${{ github.event.pull_request.base.sha }}
8383
path: base
8484
- name: Set up Python
85-
uses: actions/setup-python@v5
85+
uses: actions/setup-python@v6
8686
with:
8787
python-version: "3.12"
8888
- name: Set up dependencies
@@ -132,7 +132,7 @@ jobs:
132132
ref: ${{ github.event.pull_request.base.sha }}
133133
path: base
134134
- name: Set up Python
135-
uses: actions/setup-python@v5
135+
uses: actions/setup-python@v6
136136
with:
137137
python-version: "3.12"
138138
- name: Set up dependencies
@@ -194,7 +194,7 @@ jobs:
194194
ref: ${{ github.event.pull_request.base.sha }}
195195
path: base
196196
- name: Set up Python
197-
uses: actions/setup-python@v5
197+
uses: actions/setup-python@v6
198198
with:
199199
python-version: "3.12"
200200
- name: Set up dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v5
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.x"
3131

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config --local user.name "${{ github.actor }}"
4040
git config --local user.email "github-action-${{ github.actor }}@users.noreply.github.com"
4141
- name: Set up Python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: "3.12"
4545
- name: Set up dependencies

0 commit comments

Comments
 (0)