File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
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 : Install Rust toolchain
16
16
id : install-rust
17
17
uses : dtolnay/rust-toolchain@stable
18
18
19
19
# Cache based on OS/compiler.
20
20
- name : Extract cache
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
with :
23
23
path : |
24
24
~/.cargo
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
28
28
- name : Install Rust toolchain
29
29
uses : dtolnay/rust-toolchain@master
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Install Rust nightly toolchain
19
19
uses : dtolnay/rust-toolchain@nightly
27
27
28
28
# Tools-specific cache based on OS/compiler.
29
29
- name : Extract tools cache
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : |
33
33
~/.cargo
You can’t perform that action at this time.
0 commit comments