From dddfcdc0b7d87eed8b188785d6dc17d1e136776e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 00:47:09 +0000 Subject: [PATCH] chore(deps): update onelitefeathernet/workflows action to v2.8.1 --- .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 077460fc..a54c9c18 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -10,7 +10,7 @@ permissions: jobs: build: # Reuse the OneLiteFeather org build workflow (Java 25, OS matrix, tests, coverage). - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.8.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.8.1 with: java-version: "25" java-distribution: "temurin" diff --git a/.github/workflows/close_invalid_prs.yml b/.github/workflows/close_invalid_prs.yml index 7a56ace8..bd99444f 100644 --- a/.github/workflows/close_invalid_prs.yml +++ b/.github/workflows/close_invalid_prs.yml @@ -6,5 +6,5 @@ on: jobs: close: - uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.8.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.8.1 secrets: inherit diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 905649cc..8095d36e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: name: Publish to OneLiteFeatherRepo needs: release-please if: needs.release-please.outputs.release_created == 'true' - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.8.0 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.8.1 with: java-version: "25" publish-task: "cyclonedxBom publish"