diff --git a/.github/workflows/build-counter-allocator.yml b/.github/workflows/build-counter-allocator.yml index be9f2f6..dab3549 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@e3c97fd80de648f59ed6bb0c20f10a8b1f4e346e + uses: ritterim/public-github-actions/actions/allocate-build-counter@76245ce1da126f3c0f2c95a82cf17b03762c9212 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 c1a137c..dca8bb8 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@e3c97fd80de648f59ed6bb0c20f10a8b1f4e346e + uses: ritterim/public-github-actions/actions/allocate-build-counter@76245ce1da126f3c0f2c95a82cf17b03762c9212 id: allocate with: counter_key: ${{ inputs.counter_key }}