diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index ea76906..1bbbb3c 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.1.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.3.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 520da37..fa42c8e 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.1.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.3.0 with: protected-branch: main diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dcc8185..d7f1726 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.1.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.3.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 c553fde..b2afb0a 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.1.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.3.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".