build: update Checkstyle container image version

This commit is contained in:
Jan K9f 2025-02-13 12:00:38 +01:00
parent 966d99f43c
commit d117f5912a
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 24 additions and 1 deletions

View file

@ -8,7 +8,7 @@ jobs:
name: "Checkstyle Main"
runs-on: "vps-4"
container:
image: "cimg/openjdk:21.0-node"
image: "cimg/openjdk:22.0-node"
steps:
- name: "Checkout"
uses: actions/checkout@v3