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 c2a5805 commit 346dec2Copy full SHA for 346dec2
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Check format
20
run: cargo fmt -- --check
21
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
with:
29
lfs: true
30
- name: Check
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
- name: Build
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments