From 0cedbeb604c6d500b42b03329e62e745bd9264dc Mon Sep 17 00:00:00 2001 From: Tom Harold Date: Mon, 18 May 2026 13:32:56 -0400 Subject: [PATCH] ci: bump allocate-build-counter SHA Pull in fix from f470a13 (log git output on clone failure). Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/build-counter-allocator.yml | 2 +- .../calculate-version-using-build-counter-allocator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-counter-allocator.yml b/.github/workflows/build-counter-allocator.yml index c899790..233ad44 100644 --- a/.github/workflows/build-counter-allocator.yml +++ b/.github/workflows/build-counter-allocator.yml @@ -105,7 +105,7 @@ jobs: fetch-depth: 1 - name: Allocate Build Counter - uses: ritterim/public-github-actions/actions/allocate-build-counter@4ee324cceb1d83fdf6a629a619e8ddbb3a046b8b + uses: ritterim/public-github-actions/actions/allocate-build-counter@88bb57763d4166c08e89ddb8765814523a50af9c id: alloc with: counter_key: ${{ inputs.counter_key }} diff --git a/.github/workflows/calculate-version-using-build-counter-allocator.yml b/.github/workflows/calculate-version-using-build-counter-allocator.yml index 184bbff..4dcbc8f 100644 --- a/.github/workflows/calculate-version-using-build-counter-allocator.yml +++ b/.github/workflows/calculate-version-using-build-counter-allocator.yml @@ -226,7 +226,7 @@ jobs: - name: Allocate Build Counter if: ${{ !inputs.build_number }} - uses: ritterim/public-github-actions/actions/allocate-build-counter@4ee324cceb1d83fdf6a629a619e8ddbb3a046b8b + uses: ritterim/public-github-actions/actions/allocate-build-counter@88bb57763d4166c08e89ddb8765814523a50af9c id: allocate with: counter_key: ${{ inputs.counter_key }}