Skip to content

Commit 5ff97f5

Browse files
chore(deps): update onelitefeathernet/workflows action to v2.3.0
1 parent fa8e390 commit 5ff97f5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request]
33

44
jobs:
55
build:
6-
uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.1.0
6+
uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.3.0
77
# Match the runtime LTS JDK (Temurin 25.0.3) used by the publish pipeline.
88
with:
99
java-version: "25.0.3"

.github/workflows/close-invalid-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55

66
jobs:
77
close:
8-
uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.1.0
8+
uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.3.0
99
with:
1010
protected-branch: main

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish:
12-
uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.1.0
12+
uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.3.0
1313
# Pin the exact LTS JDK the lobby runs on: the published AOT cache is tied to
1414
# the precise HotSpot build, so it must be generated with the runtime's JDK
1515
# (Temurin 25.0.3 LTS) or the service fails with "Unable to map shared spaces".

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish:
2828
needs: release-please
2929
if: needs.release-please.outputs.release_created == 'true'
30-
uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.1.0
30+
uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.3.0
3131
# Pin the exact LTS JDK the lobby runs on: the published AOT cache is tied to
3232
# the precise HotSpot build, so it must be generated with the runtime's JDK
3333
# (Temurin 25.0.3 LTS) or the service fails with "Unable to map shared spaces".

0 commit comments

Comments
 (0)