From 3ed8307c4142ecde27c4d1e88c83a365c5e9d55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:03:08 +0000 Subject: [PATCH] FINERACT-2421: Bump onyxmueller/build-tag-number from 1.0.4 to 1.0.5 Bumps [onyxmueller/build-tag-number](https://github.com/onyxmueller/build-tag-number) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/onyxmueller/build-tag-number/releases) - [Commits](https://github.com/onyxmueller/build-tag-number/compare/bbb3e6dd40d79811d5fb661e5d6651c1748f4210...a0792399755057a06c7805cae3299807cbaf0035) --- updated-dependencies: - dependency-name: onyxmueller/build-tag-number dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/mifos-fineract-client-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mifos-fineract-client-publish.yml b/.github/workflows/mifos-fineract-client-publish.yml index 4f27e8a1ed5..4c824bbb919 100644 --- a/.github/workflows/mifos-fineract-client-publish.yml +++ b/.github/workflows/mifos-fineract-client-publish.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Generate build number - uses: onyxmueller/build-tag-number@bbb3e6dd40d79811d5fb661e5d6651c1748f4210 # v1.0.4 + uses: onyxmueller/build-tag-number@a0792399755057a06c7805cae3299807cbaf0035 # v1.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up JDK 21