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 }}