From 572e0554ed2fbcdf9f4462a191e249cc5a47b355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:33:53 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .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..f195686 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@v6 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@v6 - name: Setup Java (temurin@11) if: matrix.java == 'temurin@11' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a06d602..780a814 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@v6 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@v6 with: token: ${{ secrets.GIT_TOKEN }} - name: Configure local git