From 95e0a33c53a5415408346e987e89007e674ee1f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:35:57 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9372d7..78d4a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (fast) - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Setup Java (temurin@11) if: matrix.java == 'temurin@11' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a06d602..42349ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: release-tag: ${{ steps.latest-tag.outputs.tag }} steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: token: ${{ secrets.GIT_TOKEN }} - name: Setup JDK @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: token: ${{ secrets.GIT_TOKEN }} - name: Configure local git