File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
strategy :
21
21
matrix :
22
22
rust :
23
- - 1.58 .0
23
+ - 1.65 .0
24
24
steps :
25
25
- name : Checkout Crate
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v4
27
27
- name : Install hongfuzz dependancies
28
28
run : sudo apt update && sudo apt install build-essential binutils-dev libunwind-dev libblocksruntime-dev liblzma-dev
29
29
- name : Checkout Toolchain
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Checkout Crate
47
- uses : actions/checkout@v2
47
+ uses : actions/checkout@v4
48
48
- name : Checkout Toolchain
49
49
uses : actions-rs/toolchain@v1
50
50
with :
80
80
DO_NO_STD : true
81
81
steps :
82
82
- name : Checkout Crate
83
- uses : actions/checkout@v2
83
+ uses : actions/checkout@v4
84
84
- name : Checkout Toolchain
85
85
uses : actions-rs/toolchain@v1
86
86
with :
98
98
runs-on : ubuntu-latest
99
99
steps :
100
100
- name : Checkout
101
- uses : actions/checkout@v2
101
+ uses : actions/checkout@v4
102
102
- name : Set up QEMU
103
103
run : sudo apt update && sudo apt install -y qemu-system-arm gcc-arm-none-eabi
104
104
- name : Checkout Toolchain
You can’t perform that action at this time.
0 commit comments