We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674cce5 commit d4b79c5Copy full SHA for d4b79c5
1 file changed
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ jobs:
7
linux:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Install stuff
12
run: sudo apt install libclang-14-dev python3.10 libusb-1.0-0-dev libudev-dev
13
- uses: messense/maturin-action@v1
@@ -25,7 +25,7 @@ jobs:
25
windows:
26
runs-on: windows-latest
27
28
29
30
with:
31
command: build
@@ -39,7 +39,7 @@ jobs:
39
macos:
40
runs-on: macos-latest
41
42
43
44
45
0 commit comments