4242 # https://github.com/smorimoto/tune-github-hosted-runner-network/blob/main/action.yml
4343 run : sudo ethtool -K eth0 tx off rx off
4444 - name : Checkout sources
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v4
4646 # Don't use the rust-cache as it leads to 'no space left on device' errors
4747 # - uses: Swatinem/rust-cache@v2
4848 - name : Install lld
@@ -86,10 +86,10 @@ jobs:
8686 # https://github.com/smorimoto/tune-github-hosted-runner-network/blob/main/action.yml
8787 run : sudo ethtool -K eth0 tx off rx off
8888 - name : Checkout sources
89- uses : actions/checkout@v2
89+ uses : actions/checkout@v4
9090
9191 - name : Install Node 20
92- uses : actions/setup-node@v3
92+ uses : actions/setup-node@v4
9393 with :
9494 node-version : " 20"
9595 cache : yarn
@@ -137,11 +137,11 @@ jobs:
137137 # https://github.com/smorimoto/tune-github-hosted-runner-network/blob/main/action.yml
138138 run : sudo ethtool -K eth0 tx off rx off
139139 - name : Checkout sources
140- uses : actions/checkout@v2
140+ uses : actions/checkout@v4
141141 - uses : Swatinem/rust-cache@v2
142142
143143 - name : Install Node 20
144- uses : actions/setup-node@v3
144+ uses : actions/setup-node@v4
145145 with :
146146 node-version : " 20"
147147 cache : yarn
@@ -183,7 +183,7 @@ jobs:
183183 env :
184184 RUSTFLAGS : " -D warnings"
185185 steps :
186- - uses : actions/checkout@v2
186+ - uses : actions/checkout@v4
187187
188188 - name : Check formatting
189189 uses : actions-rs/cargo@v1
@@ -196,7 +196,7 @@ jobs:
196196 runs-on : ubuntu-latest
197197 timeout-minutes : 60
198198 steps :
199- - uses : actions/checkout@v2
199+ - uses : actions/checkout@v4
200200 # Unlike rustfmt, Clippy actually compiles stuff so it benefits from
201201 # caching.
202202 - uses : Swatinem/rust-cache@v2
@@ -214,7 +214,7 @@ jobs:
214214 env :
215215 RUSTFLAGS : " -D warnings"
216216 steps :
217- - uses : actions/checkout@v2
217+ - uses : actions/checkout@v4
218218 - uses : Swatinem/rust-cache@v2
219219 - name : Install dependencies
220220 run : |
0 commit comments