3131 SCCACHE_GHA_ENABLED : " true"
3232 RUSTC_WRAPPER : " sccache"
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535
3636 # Install protobuf compiler for linux. The versions bundled with Ubuntu
3737 # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 --
5959 SCCACHE_GHA_ENABLED : " true"
6060 RUSTC_WRAPPER : " sccache"
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363
6464 # Install protobuf compiler for linux. The versions bundled with Ubuntu
6565 # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 --
9191 SCCACHE_GHA_ENABLED : " true"
9292 RUSTC_WRAPPER : " sccache"
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v5
9595
9696 # Install protobuf compiler for linux. The versions bundled with Ubuntu
9797 # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 --
@@ -119,7 +119,7 @@ jobs:
119119 SCCACHE_GHA_ENABLED : " true"
120120 RUSTC_WRAPPER : " sccache"
121121 steps :
122- - uses : actions/checkout@v4
122+ - uses : actions/checkout@v5
123123
124124 # Install protobuf compiler for linux. The versions bundled with Ubuntu
125125 # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 --
@@ -149,7 +149,7 @@ jobs:
149149 matrix :
150150 os : [ubuntu-22.04, macos-latest]
151151 steps :
152- - uses : actions/checkout@v4
152+ - uses : actions/checkout@v5
153153 - uses : actions-rust-lang/setup-rust-toolchain@v1.13.0
154154 with :
155155 components : rustfmt
@@ -163,7 +163,7 @@ jobs:
163163 name : " Valid LICENSE-3rdparty.csv"
164164 steps :
165165 - name : Checkout sources
166- uses : actions/checkout@v4
166+ uses : actions/checkout@v5
167167 - run : cargo install dd-rust-license-tool --locked
168168 - run : dd-rust-license-tool check
169169 working-directory : bottlecap
0 commit comments