We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775605a commit 6c625ccCopy full SHA for 6c625cc
.github/workflows/windows.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: 'Checkout'
10
uses: actions/checkout@v4
11
- name: 'Setup Python'
12
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
13
with:
14
python-version: '3.x'
15
- name: 'Install Meson'
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments