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 458118a commit a4cf95bCopy full SHA for a4cf95b
.github/workflows/main.yml
@@ -262,7 +262,7 @@ jobs:
262
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
263
steps:
264
- uses: actions/checkout@v5
265
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
266
- name: Set up dependencies
267
shell: pwsh
268
run: pip install meson ninja
@@ -290,7 +290,7 @@ jobs:
290
291
292
293
294
295
296
0 commit comments