From 9ed5ac96e37e4ba7b78c49ca6e1ed14e93fb59e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:47:46 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .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..ad1a5f7b 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@v7 - name: Set up JDK 1.8 uses: actions/setup-java@v2 with: