From a023c9b3d4809a63de68fcc91f81e32eac9bd497 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:50:52 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/maven-build.yml | 2 +- .github/workflows/maven-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 5f18c8d..8a22552 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 14e8ba9..0969ea2 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure GIT run: |