Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-invalid-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
Loading