@@ -30,10 +30,10 @@ jobs:
30
30
steps :
31
31
- name : Checkout
32
32
if : github.event_name != 'pull_request'
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Checkout
35
35
if : github.event_name == 'pull_request'
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
ref : ${{ github.event.pull_request.head.sha }}
39
39
- name : Install Rust nightly
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Checkout
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
- name : Install Rust stable
65
65
uses : dtolnay/rust-toolchain@stable
66
66
with :
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : Checkout
77
- uses : actions/checkout@v3
77
+ uses : actions/checkout@v4
78
78
- name : Install Rust stable
79
79
uses : dtolnay/rust-toolchain@stable
80
80
with :
@@ -100,7 +100,7 @@ jobs:
100
100
runs-on : ${{ matrix.os }}
101
101
steps :
102
102
- name : Checkout
103
- uses : actions/checkout@v3
103
+ uses : actions/checkout@v4
104
104
- name : Install Rust {{ matrix.toolchain }}
105
105
uses : dtolnay/rust-toolchain@master
106
106
with :
@@ -120,7 +120,7 @@ jobs:
120
120
runs-on : ${{ matrix.os }}
121
121
steps :
122
122
- name : Checkout
123
- uses : actions/checkout@v3
123
+ uses : actions/checkout@v4
124
124
- name : Install Rust stable
125
125
uses : dtolnay/rust-toolchain@stable
126
126
- name : Install cargo-make
@@ -144,7 +144,7 @@ jobs:
144
144
runs-on : ${{ matrix.os }}
145
145
steps :
146
146
- name : Checkout
147
- uses : actions/checkout@v3
147
+ uses : actions/checkout@v4
148
148
- name : Install Rust ${{ matrix.toolchain }}}
149
149
uses : dtolnay/rust-toolchain@master
150
150
with :
0 commit comments