Skip to content

Commit 3a04633

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/upload-pages-artifact-3
2 parents 6b963f7 + 6c625cc commit 3a04633

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)