Skip to content

Commit 19bb15d

Browse files
Bump actions/setup-python from 5.4.0 to 5.6.0 (#5411)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4067212 commit 19bb15d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/acceptance_tests_cpython.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737

3838
- name: Setup python for starting the tests
39-
uses: actions/setup-python@v5.4.0
39+
uses: actions/setup-python@v5.6.0
4040
with:
4141
python-version: '3.13'
4242
architecture: 'x64'
@@ -50,7 +50,7 @@ jobs:
5050
if: runner.os != 'Windows'
5151

5252
- name: Setup python ${{ matrix.python-version }} for running the tests
53-
uses: actions/setup-python@v5.4.0
53+
uses: actions/setup-python@v5.6.0
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
architecture: 'x64'

.github/workflows/acceptance_tests_cpython_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Setup python for starting the tests
32-
uses: actions/setup-python@v5.4.0
32+
uses: actions/setup-python@v5.6.0
3333
with:
3434
python-version: '3.13'
3535
architecture: 'x64'
@@ -43,7 +43,7 @@ jobs:
4343
if: runner.os != 'Windows'
4444

4545
- name: Setup python ${{ matrix.python-version }} for running the tests
46-
uses: actions/setup-python@v5.4.0
46+
uses: actions/setup-python@v5.6.0
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
architecture: 'x64'

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Setup python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v5.4.0
35+
uses: actions/setup-python@v5.6.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
architecture: 'x64'

.github/workflows/unit_tests_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Setup python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v5.4.0
27+
uses: actions/setup-python@v5.6.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
architecture: 'x64'

0 commit comments

Comments
 (0)