Skip to content

Commit f4769f1

Browse files
dependabot[bot]mrbean-bremen
authored andcommitted
chore(deps): bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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 576d3ae commit f4769f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
archives: 'qtmultimedia qtmacextras qtbase qttools'
227227

228228
- name: Setup Python ${{ matrix.python-version }}
229-
uses: actions/setup-python@v5
229+
uses: actions/setup-python@v6
230230
with:
231231
python-version: '${{ matrix.python-version }}'
232232

@@ -366,7 +366,7 @@ jobs:
366366
tools: ${{ contains(matrix.qt-arch, 'mingw') && format('tools_mingw,qt.tools.{0}0', matrix.qt-arch) || '' }}
367367

368368
- name: Setup Python ${{ matrix.python-version }}
369-
uses: actions/setup-python@v4
369+
uses: actions/setup-python@v6
370370
with:
371371
python-version: '${{ matrix.python-version }}'
372372
architecture: ${{ matrix.python-arch }}

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
arch: ${{ (matrix.os == 'ubuntu' && (startsWith(matrix.qt-version, '5') && 'gcc_64' || 'linux_gcc_64')) || startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || startsWith(matrix.qt-version, '6') && 'win64_msvc2022_64' || 'win64_msvc2019_64' }}
4040

4141
- name: Setup Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: '${{ matrix.python-version }}'
4545

0 commit comments

Comments
 (0)