From f9d07afe00c4a0a9604ba3370e8b20dc60472322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:21:33 +0000 Subject: [PATCH] chore(ci): bump actions/setup-java from 4 to 5 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/verapdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verapdf.yml b/.github/workflows/verapdf.yml index 951a67b..5a066e2 100644 --- a/.github/workflows/verapdf.yml +++ b/.github/workflows/verapdf.yml @@ -62,7 +62,7 @@ jobs: cache: npm - name: Setup Java (Temurin 17 LTS) - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: temurin java-version: '17'