From 0bea334656f9c7e64de928ac8385779747892f69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:19:22 +0000 Subject: [PATCH] chore(deps): Update build deps and github actions (#509) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-build.yml | 4 ++-- .github/workflows/validate-renovate-config.yml | 2 +- gradle/libs.versions.toml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 642a4f6c..75ea417e 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.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 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.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: folder: build/publish-jd repository-name: SpongePowered/APIJavadocs diff --git a/.github/workflows/validate-renovate-config.yml b/.github/workflows/validate-renovate-config.yml index 144ab57f..5cdddab9 100644 --- a/.github/workflows/validate-renovate-config.yml +++ b/.github/workflows/validate-renovate-config.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1 + - uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0 with: config_file_path: renovate.json diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ffdb74c3..762de55e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,7 +73,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" } [plugins] -aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.7.1" +aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.10" detekt = "io.gitlab.arturbosch.detekt:1.23.6" dokka = "org.jetbrains.dokka:1.9.20" gitPublish = "org.ajoberstar.git-publish:3.0.1" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 09523c0e..9355b415 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.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME