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 d4ed356 commit 1e585c5Copy full SHA for 1e585c5
.github/workflows/clippy.yml
@@ -18,7 +18,7 @@ jobs:
18
os: [ubuntu-latest]
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
22
with:
23
submodules: true
24
- 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