Skip to content

Commit 95b00c3

Browse files
Bump actions/setup-python from 5.3.0 to 5.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a49191 commit 95b00c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
virtualenvs-create: true
3434
virtualenvs-in-project: true
35-
- uses: actions/setup-python@v5.3.0
35+
- uses: actions/setup-python@v5.6.0
3636
with:
3737
python-version: '3.10'
3838
cache: 'poetry'

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/[email protected]
2424
- name: Install dependencies, build docs and coverage report
2525
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
26-
- uses: actions/setup-python@v5.3.0
26+
- uses: actions/setup-python@v5.6.0
2727
with:
2828
python-version: '3.10'
2929
cache: 'poetry'

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: 'true'
2929
- name: Install dependencies, build docs and coverage report
3030
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
31-
- uses: actions/setup-python@v5.3.0
31+
- uses: actions/setup-python@v5.6.0
3232
with:
3333
python-version: '3.10'
3434
cache: 'poetry'

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/[email protected]
4040
- name: Install poetry
4141
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
42-
- uses: actions/setup-python@v5.3.0
42+
- uses: actions/setup-python@v5.6.0
4343
with:
4444
python-version: '3.10'
4545
- name: Install dependencies and check code

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616
- name: Install poetry
1717
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
18-
- uses: actions/setup-python@v5.3.0
18+
- uses: actions/setup-python@v5.6.0
1919
with:
2020
python-version: '3.10'
2121
- name: Build package

0 commit comments

Comments
 (0)