From 7c492b886d747049b3ab894617db7b3194bd3db2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:38:53 +0000 Subject: [PATCH] chore(deps): update onelitefeathernet/workflows action to v2.7.0 --- .github/workflows/build-pr.yml | 2 +- .github/workflows/close-invalid-prs.yml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index da8befba..3111a061 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -3,7 +3,7 @@ on: [pull_request] jobs: build: - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.6.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.7.0 # Match the runtime LTS JDK (Temurin 25.0.3) used by the publish pipeline. with: java-version: "25.0.3" diff --git a/.github/workflows/close-invalid-prs.yml b/.github/workflows/close-invalid-prs.yml index d182b7d3..bcdb54c6 100644 --- a/.github/workflows/close-invalid-prs.yml +++ b/.github/workflows/close-invalid-prs.yml @@ -5,6 +5,6 @@ on: jobs: close: - uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.6.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.7.0 with: protected-branch: main diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cb83809c..f8238c60 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,7 +9,7 @@ on: jobs: publish: - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.6.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.7.0 # Pin the exact LTS JDK the lobby runs on: the published AOT cache is tied to # the precise HotSpot build, so it must be generated with the runtime's JDK # (Temurin 25.0.3 LTS) or the service fails with "Unable to map shared spaces". diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 15172c80..1716c44e 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -27,7 +27,7 @@ jobs: publish: needs: release-please if: needs.release-please.outputs.release_created == 'true' - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.6.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.7.0 # Pin the exact LTS JDK the lobby runs on: the published AOT cache is tied to # the precise HotSpot build, so it must be generated with the runtime's JDK # (Temurin 25.0.3 LTS) or the service fails with "Unable to map shared spaces".