Skip to content

Commit 8925b69

Browse files
build(deps): 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] <[email protected]>
1 parent 59ec46f commit 8925b69

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/bump_libraries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Set up Python ${{ env.PYTHON_VERSION }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ env.PYTHON_VERSION }}
2626
- name: Dependabot metadata

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
.venv
2323
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/*.txt') }}
2424
- name: Set up Python ${{ env.PYTHON_VERSION }}
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
- name: Setup virtual environment (no cache hit)
@@ -68,7 +68,7 @@ jobs:
6868
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/test.txt') }}
6969

7070
- name: Set up Python ${{ env.PYTHON_VERSION }}
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: ${{ env.PYTHON_VERSION }}
7474
- name: Run core tests
@@ -115,7 +115,7 @@ jobs:
115115
.venv
116116
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/test.txt') }}
117117
- name: Set up Python ${{ env.PYTHON_VERSION }}
118-
uses: actions/setup-python@v5
118+
uses: actions/setup-python@v6
119119
with:
120120
python-version: ${{ env.PYTHON_VERSION }}
121121
- name: Test Dockerfile

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
.venv
2626
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/test.txt') }}
2727
- name: Set up Python ${{ env.PYTHON_VERSION }}
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ env.PYTHON_VERSION }}
3131
- name: Setup virtual environment (no cache hit)

0 commit comments

Comments
 (0)