CI: Bump lint-code.yml to the 2026.06.02 image, like the rest of CI

Otherwise, without this change, the Lint Code job intermittently fails —
for the same cause described in 61d0fca133: rustup tries to auto-install
1.96.0 the first time a proxied cargo runs — and depending on timing,
that can lead to a crate ending up seeing rustc, but not cargo.
This commit is contained in:
sideshowbarker 2026-06-08 01:04:18 +09:00 committed by Andreas Kling
parent efa9388adc
commit 675d6072f7

View file

@ -10,7 +10,7 @@ jobs:
runs-on: blacksmith-2vcpu-ubuntu-2404
if: github.repository == 'LadybirdBrowser/ladybird'
container:
image: ghcr.io/ladybirdbrowser/ladybird-ci:2026.05.25
image: ghcr.io/ladybirdbrowser/ladybird-ci:2026.06.02
steps:
- uses: actions/checkout@v6.0.3