Skip to content

Commit ba698e0

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 7bb0f6f commit ba698e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2626
id: python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ env.DEFAULT_PYTHON }}
3030

@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9090
id: python
91-
uses: actions/setup-python@v5
91+
uses: actions/setup-python@v6
9292
with:
9393
python-version: ${{ env.DEFAULT_PYTHON }}
9494

@@ -234,7 +234,7 @@ jobs:
234234

235235
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
236236
id: python
237-
uses: actions/setup-python@v5
237+
uses: actions/setup-python@v6
238238
with:
239239
python-version: ${{ env.DEFAULT_PYTHON }}
240240

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ env.DEFAULT_PYTHON }}
2626

.github/workflows/refresh_token.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2121
id: python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ env.DEFAULT_PYTHON }}
2525

0 commit comments

Comments
 (0)