Skip to content

Commit 6c625cc

Browse files
dependabot[bot]XinfengZhang
authored andcommitted
build(deps): 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]>
1 parent 775605a commit 6c625cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: 'Checkout'
1010
uses: actions/checkout@v4
1111
- name: 'Setup Python'
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.x'
1515
- name: 'Install Meson'
@@ -30,7 +30,7 @@ jobs:
3030
- name: 'Checkout'
3131
uses: actions/checkout@v4
3232
- name: 'Setup Python'
33-
uses: actions/setup-python@v4
33+
uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.x'
3636
- name: 'Install Meson'

0 commit comments

Comments
 (0)