From c904076c7c3dc1ceaa82421388112da66a1de445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:05:04 +0000 Subject: [PATCH] Bump the versions group across 1 directory with 3 updates Bumps the versions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/setup-java` from 5 to 5.6.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: versions - dependency-name: actions/setup-java dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: versions ... Signed-off-by: dependabot[bot] --- .github/workflows/call-build-project.yml | 4 ++-- .github/workflows/call-detekt-validation.yml | 4 ++-- .github/workflows/call-gradle-wrapper-validation.yml | 2 +- .github/workflows/call-tests-validation.yml | 4 ++-- .github/workflows/call-upload-artifacts.yml | 4 ++-- .github/workflows/call-upload-github-release.yml | 4 ++-- .github/workflows/call-upload-modrinth-release.yml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/call-build-project.yml b/.github/workflows/call-build-project.yml index a51674a9..82995b94 100644 --- a/.github/workflows/call-build-project.yml +++ b/.github/workflows/call-build-project.yml @@ -16,9 +16,9 @@ jobs: task: ":instances:forge:build --info --stacktrace" steps: - name: Checkout Git repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK 21 - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.6.0 with: distribution: 'adopt' java-version: 21 diff --git a/.github/workflows/call-detekt-validation.yml b/.github/workflows/call-detekt-validation.yml index 56134ee4..90459e8f 100644 --- a/.github/workflows/call-detekt-validation.yml +++ b/.github/workflows/call-detekt-validation.yml @@ -6,9 +6,9 @@ jobs: name: "Check project by detekt" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 21 - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.6.0 with: distribution: 'temurin' java-version: '21' diff --git a/.github/workflows/call-gradle-wrapper-validation.yml b/.github/workflows/call-gradle-wrapper-validation.yml index b0e496d1..350e5191 100644 --- a/.github/workflows/call-gradle-wrapper-validation.yml +++ b/.github/workflows/call-gradle-wrapper-validation.yml @@ -7,6 +7,6 @@ jobs: name: "Gradle Wrapper Validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Validate Gradle Wrapper uses: gradle/actions/wrapper-validation@v6 \ No newline at end of file diff --git a/.github/workflows/call-tests-validation.yml b/.github/workflows/call-tests-validation.yml index 6334448d..ce57bf34 100644 --- a/.github/workflows/call-tests-validation.yml +++ b/.github/workflows/call-tests-validation.yml @@ -7,9 +7,9 @@ jobs: name: "Run tests" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 21 - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.6.0 with: distribution: 'adopt' java-version: '21' diff --git a/.github/workflows/call-upload-artifacts.yml b/.github/workflows/call-upload-artifacts.yml index e38f050b..8604f63d 100644 --- a/.github/workflows/call-upload-artifacts.yml +++ b/.github/workflows/call-upload-artifacts.yml @@ -16,14 +16,14 @@ jobs: task: ":instances:forge:shadowJar" steps: - name: Checkout Git repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: christian-draeger/read-properties@1.1.1 id: properties with: path: './gradle.properties' properties: 'klibs.project.name' - name: Set up JDK 21 - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.6.0 with: distribution: 'adopt' java-version: 21 diff --git a/.github/workflows/call-upload-github-release.yml b/.github/workflows/call-upload-github-release.yml index 763e5f17..2684198b 100644 --- a/.github/workflows/call-upload-github-release.yml +++ b/.github/workflows/call-upload-github-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Git repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: christian-draeger/read-properties@1.1.1 id: properties @@ -38,7 +38,7 @@ jobs: - name: Create release id: create_internal_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} with: diff --git a/.github/workflows/call-upload-modrinth-release.yml b/.github/workflows/call-upload-modrinth-release.yml index ba138d81..f4749bcf 100644 --- a/.github/workflows/call-upload-modrinth-release.yml +++ b/.github/workflows/call-upload-modrinth-release.yml @@ -19,7 +19,7 @@ jobs: task: ":instances:forge:shadowJar" steps: - name: Checkout Git repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: christian-draeger/read-properties@1.1.1 id: properties