We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9311fdb commit 93793f3Copy full SHA for 93793f3
.github/workflows/clippy.yml
@@ -20,7 +20,7 @@ jobs:
20
os: [ubuntu-latest]
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
with:
25
submodules: true
26
- name: Check Cargo availability
.github/workflows/format.yml
.github/workflows/run.yml
@@ -36,7 +36,7 @@ jobs:
36
choco install qemu
37
echo "$Env:Programfiles\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
38
shell: pwsh
39
40
41
42
lfs: true
0 commit comments