Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-counter-allocator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading