From b611131a8c3af796254cb8397f8f6cc878a60583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 22:42:09 +0000 Subject: [PATCH] chore(deps): Update build deps and github actions --- .github/workflows/test-build.yml | 4 ++-- gradle/libs.versions.toml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5712ede2..38e8fc09 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -79,7 +79,7 @@ jobs: ORG_GRADLE_PROJECT_spongeKeyStorePassword: "${{ secrets.CONFIGURATE_JARSIGNING_PASSWORD }}" - name: Publish to GH pages if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (steps.setup.outputs.publishing_branch != ''))) }}" - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages force: false @@ -95,7 +95,7 @@ jobs: installation_retrieval_payload: "SpongePowered/APIJavadocs" - name: Publish Javadoc to Sponge index if: "${{ runner.os == 'Linux' && ((env.STATUS == 'release' && github.event_name == 'release') || (env.STATUS != 'release' && github.event_name != 'release' && (steps.setup.outputs.publishing_branch != ''))) }}" - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: folder: build/publish-jd repository-name: SpongePowered/APIJavadocs diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cda06969..b567d602 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -80,6 +80,6 @@ gitPublish = "org.ajoberstar.git-publish:3.0.1" gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.0" } indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" } indra-git = { id = "net.kyori.indra.git", version.ref = "indra" } -kotlin = "org.jetbrains.kotlin.jvm:1.9.23" +kotlin = "org.jetbrains.kotlin.jvm:1.9.24" nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23a..a4413138 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME