From bb91ea0972bb496c352652880fbea9c40b0734c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 07:06:53 +0000 Subject: [PATCH] Update actions/setup-java action to v5 --- .github/workflows/techdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/techdocs.yaml b/.github/workflows/techdocs.yaml index 07191a2..e35d544 100644 --- a/.github/workflows/techdocs.yaml +++ b/.github/workflows/techdocs.yaml @@ -34,7 +34,7 @@ jobs: # the 2 steps below can be removed if you aren't using plantuml in your documentation - name: setup java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'zulu' java-version: '11'