2828 sudo apt-get update
2929 sudo apt-get -y install libgtk-3-dev
3030 - name : Checkout
31- uses : actions/checkout@v6.0.2
31+ uses : actions/checkout@v6
3232 - name : Setup Rust toolchain
3333 uses : dtolnay/rust-toolchain@stable
3434 with :
4747 RUSTFLAGS : -D warnings
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v6.0.2
50+ uses : actions/checkout@v6
5151 - name : Setup Rust toolchain
5252 # We use nightly options in rustfmt.toml
5353 uses : dtolnay/rust-toolchain@nightly
6767 # Prevent new advisories from failing CI
6868 continue-on-error : ${{ matrix.checks == 'advisories' }}
6969 steps :
70- - uses : actions/checkout@v6.0.2
70+ - uses : actions/checkout@v6
7171 - uses : EmbarkStudios/cargo-deny-action@v2
7272 with :
7373 command : check ${{ matrix.checks }}
8686 sudo apt-get update
8787 sudo apt-get -y install libgtk-3-dev
8888 - name : Checkout
89- uses : actions/checkout@v6.0.2
89+ uses : actions/checkout@v6
9090 - name : Setup Rust toolchain
9191 uses : dtolnay/rust-toolchain@stable
9292 - name : Cache Rust workspace
@@ -145,10 +145,10 @@ jobs:
145145 runs-on : ${{ matrix.platform }}
146146 steps :
147147 - name : Checkout
148- uses : actions/checkout@v6.0.2
148+ uses : actions/checkout@v6
149149 - name : Install uv
150150 if : matrix.build == 'zigbuild'
151- uses : astral-sh/setup-uv@v8.1.0
151+ uses : astral-sh/setup-uv@v7
152152 - name : Install cargo-zigbuild
153153 if : matrix.build == 'zigbuild'
154154 run : |
@@ -167,7 +167,7 @@ jobs:
167167 cargo ${{ matrix.build }} --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
168168 --bin ${{ env.CARGO_BIN_NAME }} --features ${{ matrix.features }}
169169 - name : Upload artifacts
170- uses : actions/upload-artifact@v7.0.1
170+ uses : actions/upload-artifact@v7
171171 with :
172172 name : ${{ env.CARGO_BIN_NAME }}-${{ matrix.name }}
173173 path : |
@@ -213,10 +213,10 @@ jobs:
213213 sudo apt-get update
214214 sudo apt-get -y install ${{ matrix.packages }}
215215 - name : Checkout
216- uses : actions/checkout@v6.0.2
216+ uses : actions/checkout@v6
217217 - name : Install uv
218218 if : matrix.build == 'zigbuild'
219- uses : astral-sh/setup-uv@v8.1.0
219+ uses : astral-sh/setup-uv@v7
220220 - name : Install cargo-zigbuild
221221 if : matrix.build == 'zigbuild'
222222 run : |
@@ -235,7 +235,7 @@ jobs:
235235 cargo ${{ matrix.build }} --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
236236 --bin ${{ env.CARGO_BIN_NAME }} --features ${{ matrix.features }}
237237 - name : Upload artifacts
238- uses : actions/upload-artifact@v7.0.1
238+ uses : actions/upload-artifact@v7
239239 with :
240240 name : ${{ env.CARGO_BIN_NAME }}-${{ matrix.name }}
241241 path : |
@@ -248,7 +248,7 @@ jobs:
248248 runs-on : ubuntu-latest
249249 steps :
250250 - name : Checkout
251- uses : actions/checkout@v6.0.2
251+ uses : actions/checkout@v6
252252 - name : Setup Rust toolchain
253253 uses : dtolnay/rust-toolchain@nightly
254254 with :
@@ -264,7 +264,7 @@ jobs:
264264 - name : Build
265265 run : npm -C objdiff-wasm run build
266266 - name : Upload artifacts
267- uses : actions/upload-artifact@v7.0.1
267+ uses : actions/upload-artifact@v7
268268 with :
269269 name : wasm
270270 path : objdiff-wasm/dist/
@@ -277,7 +277,7 @@ jobs:
277277 needs : [ build-cli, build-gui, build-wasm ]
278278 steps :
279279 - name : Checkout
280- uses : actions/checkout@v6.0.2
280+ uses : actions/checkout@v6
281281 - name : Check git tag against package versions
282282 shell : bash
283283 run : |
@@ -345,7 +345,7 @@ jobs:
345345 needs : [ check-version ]
346346 steps :
347347 - name : Checkout
348- uses : actions/checkout@v6.0.2
348+ uses : actions/checkout@v6
349349 - name : Setup Rust toolchain
350350 uses : dtolnay/rust-toolchain@stable
351351 - name : Publish
@@ -360,7 +360,7 @@ jobs:
360360 needs : [ check-version ]
361361 steps :
362362 - name : Checkout
363- uses : actions/checkout@v6.0.2
363+ uses : actions/checkout@v6
364364 - name : Setup Node
365365 uses : actions/setup-node@v6.4.0
366366 with :
0 commit comments