Skip to content

Commit 34b4521

Browse files
Bump actions/setup-python from 4 to 5 (#182)
* Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * do not update setup-python for Windows (won't work with Python 3.6) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mrbean-bremen <[email protected]>
1 parent 7aceb48 commit 34b4521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
archives: 'qtmultimedia qtmacextras qtbase qttools'
168168

169169
- name: Setup Python ${{ matrix.python-version }}
170-
uses: actions/setup-python@v4
170+
uses: actions/setup-python@v5
171171
with:
172172
python-version: '${{ matrix.python-version }}'
173173

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
archives: "qtmultimedia qtbase qttools qtdeclarative ${{ matrix.os == 'windows' && 'qtwinextras' || 'qtlinuxextras qtwayland icu' }}"
3737

3838
- name: Setup Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v4
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: '${{ matrix.python-version }}'
4242

0 commit comments

Comments
 (0)