File tree 6 files changed +12
-14
lines changed
6 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 17
17
- name : Checkout PR/Push/Workflow Dispatch
18
18
uses : actions/checkout@v2
19
19
- name : Setup Rust toolchain
20
- uses : actions-rs/ toolchain@v1
20
+ uses : dtolnay/rust- toolchain@stable
21
21
with :
22
22
toolchain : stable
23
23
components : clippy
Original file line number Diff line number Diff line change @@ -18,16 +18,14 @@ jobs:
18
18
19
19
steps :
20
20
- name : Check out code
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 2
24
24
25
25
- name : Install latest rust toolchain
26
- uses : actions-rs/ toolchain@v1
26
+ uses : dtolnay/rust- toolchain@stable
27
27
with :
28
28
toolchain : stable
29
- default : true
30
- override : true
31
29
32
30
- name : Run license finder
33
31
run : license_finder
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
if : |
25
25
github.event_name == 'workflow_dispatch' && steps.is_organization_member.outputs.result == 'false'
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Setup rust toolchain
30
- uses : actions-rs/ toolchain@v1
30
+ uses : dtolnay/rust- toolchain@stable
31
31
with :
32
32
toolchain : stable
33
33
Original file line number Diff line number Diff line change 16
16
jobs :
17
17
prepare :
18
18
if : github.repository_owner == 'viamrobotics'
19
- runs-on : buildjet-2vcpu -ubuntu-2204-arm
19
+ runs-on : buildjet-8vcpu -ubuntu-2204-arm
20
20
outputs :
21
21
version : ${{ steps.which_version.outputs.version }}
22
22
sha : ${{ steps.commit.outputs.commit_long_sha }}
@@ -35,10 +35,10 @@ jobs:
35
35
steps.is_organization_member.outputs.result == 'false'
36
36
37
37
- name : Checkout Code
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
- name : Setup rust toolchain
41
- uses : actions-rs/ toolchain@v1
41
+ uses : dtolnay/rust- toolchain@stable
42
42
with :
43
43
toolchain : stable
44
44
Original file line number Diff line number Diff line change 17
17
image : ghcr.io/viamrobotics/canon:amd64-cache
18
18
steps :
19
19
- name : Checkout PR/Push/Workflow Dispatch
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Setup Rust toolchain
22
- uses : actions-rs/ toolchain@v1
22
+ uses : dtolnay/rust- toolchain@stable
23
23
with :
24
24
toolchain : stable
25
25
- name : Run tests
Original file line number Diff line number Diff line change 11
11
if : github.repository_owner == 'viamrobotics'
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : bufbuild/buf-setup-action@v1.7.0
14
+ - uses : actions/checkout@v4
15
+ - uses : bufbuild/buf-setup-action@v1.28.1
16
16
with :
17
17
github_token : ${{ secrets.GITHUB_TOKEN }}
18
18
- uses : arduino/setup-protoc@v1
You can’t perform that action at this time.
0 commit comments