File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 16
16
AF_VER : 3.8.0
17
17
steps :
18
18
- name : Checkout Repository
19
- uses : actions/checkout@master
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Setup Rust Toolchain
22
22
uses : actions-rs/toolchain@v1
56
56
runs-on : ubuntu-18.04
57
57
steps :
58
58
- name : Checkout Repository
59
- uses : actions/checkout@master
59
+ uses : actions/checkout@v3
60
60
61
61
- name : Setup Rust Toolchain
62
62
uses : actions-rs/toolchain@v1
77
77
AF_VER : 3.8.0
78
78
steps :
79
79
- name : Checkout Repository
80
- uses : actions/checkout@master
80
+ uses : actions/checkout@v3
81
81
82
82
- name : Setup Rust Toolchain
83
83
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 7
7
name : Dependencies Security Audit
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
11
- - uses : ./.github/actions/arrayfire
10
+ - uses : actions/checkout@v3
12
11
- uses : actions-rs/audit-check@v1
13
12
with :
14
13
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments