From e39b6ac9f103bb70966da99b946aa0d46ca89ed5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:01:30 +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 09407d74..39c92c37 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -13,7 +13,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/hangar-publish.yml b/.github/workflows/hangar-publish.yml index 6724bff5..6ca177e3 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 07a28f86..0a8be7fb 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 9774e23c..2efadbd4 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