From c015e651509e660af73e3f2a5ebcb158cb295bdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:34:13 +0000 Subject: [PATCH] dependency: Update actions/checkout action to v7 --- .github/workflows/gradle.yml | 2 +- .github/workflows/hangar-publish.yml | 2 +- .github/workflows/modrinth-publish.yml | 2 +- .github/workflows/publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 966d72593..e6f8c1f01 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -62,7 +62,7 @@ jobs: echo "comment-id=${{ steps.find-comment.outputs.comment-id != '' && steps.find-comment.outputs.comment-id || steps.create-comment.outputs.comment-id }}" >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5.3.0 diff --git a/.github/workflows/hangar-publish.yml b/.github/workflows/hangar-publish.yml index a6a604e24..135e2007c 100644 --- a/.github/workflows/hangar-publish.yml +++ b/.github/workflows/hangar-publish.yml @@ -14,7 +14,7 @@ jobs: contents: read if: (github.event_name == 'push' && !contains(github.event.head_commit.message, '[ci skip]')) || github.event_name == 'release' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up JDK 21 diff --git a/.github/workflows/modrinth-publish.yml b/.github/workflows/modrinth-publish.yml index 1473ec0ed..87291633e 100644 --- a/.github/workflows/modrinth-publish.yml +++ b/.github/workflows/modrinth-publish.yml @@ -14,7 +14,7 @@ jobs: contents: read if: (github.event_name == 'push' && !contains(github.event.head_commit.message, '[ci skip]')) || github.event_name == 'release' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up JDK 21 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 15226140b..b27ee114f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: environment: deployment steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5