From 7debc8dc89bcce0ebae3efe71f4b30fe5b1fe5ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:34:46 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/maven-compiler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-compiler.yml b/.github/workflows/maven-compiler.yml index 441db619..55188f43 100644 --- a/.github/workflows/maven-compiler.yml +++ b/.github/workflows/maven-compiler.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Set up JDK 1.8 uses: actions/setup-java@v2 with: