Commit 6df4a6b 1 parent 7bac771 commit 6df4a6b Copy full SHA for 6df4a6b
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout Repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Run Audit-Check
16
16
uses : rustsec/audit-check@v1.4.1
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Install Rust Toolchain
18
18
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 18
18
- nightly
19
19
steps :
20
20
- name : Checkout Repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
# Smarter caching action, speeds up build times compared to regular cache:
24
24
# https://github.com/Swatinem/rust-cache
78
78
- nightly
79
79
steps :
80
80
- name : Checkout Repository
81
- uses : actions/checkout@v3
81
+ uses : actions/checkout@v4
82
82
83
83
- name : Cache Project
84
84
uses : Swatinem/rust-cache@v2
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
steps :
104
104
- name : Checkout Repository
105
- uses : actions/checkout@v3
105
+ uses : actions/checkout@v4
106
106
107
107
- name : Cache Project (JavaScript)
108
108
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Install Rust Toolchain
18
18
uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments