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 7a6ee20 commit b9973d0Copy full SHA for b9973d0
2 files changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
image: ubuntu:resolute
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
18
19
- name: Install dependencies
20
run: |
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
org.freedesktop.Platform.VAAPI.Intel//25.08
28
29
30
31
with:
32
submodules: recursive
33
0 commit comments