Skip to content

Commit a7b4e4c

Browse files
dependabot[bot]aaugustin
authored andcommitted
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 b9b4a72 commit a7b4e4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out repository
1515
uses: actions/checkout@v5
1616
- name: Install Python 3.x
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.x
2020
- name: Install build
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check out repository
4545
uses: actions/checkout@v5
4646
- name: Install Python 3.x
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: 3.x
5050
- name: Set up QEMU

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check out repository
2020
uses: actions/checkout@v5
2121
- name: Install Python 3.x
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.x"
2525
- name: Install tox
@@ -37,7 +37,7 @@ jobs:
3737
- name: Check out repository
3838
uses: actions/checkout@v5
3939
- name: Install Python 3.x
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.x"
4343
- name: Install tox
@@ -72,7 +72,7 @@ jobs:
7272
- name: Check out repository
7373
uses: actions/checkout@v5
7474
- name: Install Python ${{ matrix.python }}
75-
uses: actions/setup-python@v5
75+
uses: actions/setup-python@v6
7676
with:
7777
python-version: ${{ matrix.python }}
7878
allow-prereleases: true

0 commit comments

Comments
 (0)