From cb463b386b3e082ffa203b0cc8acd945c962ca04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:16:41 +0000 Subject: [PATCH] chore(deps): update onelitefeathernet/workflows action to v2.3.0 --- .github/workflows/build-pr.yml | 2 +- .github/workflows/close_invalid_prs.yml | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 629635d..90c3865 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 ae54459..9bac01d 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 \ No newline at end of file diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e38c6bf..4e99d90 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,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 with: java-version: "25.0.3" java-distribution: "temurin"