Skip to content

Commit 9efcaa4

Browse files
committed
use tags
1 parent 0f70be5 commit 9efcaa4

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/manual_release_beta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ permissions:
1818
jobs:
1919
wait_for_checks:
2020
# Gate the release on the `Checks` workflow already succeeding on this commit (run by `on_master.yaml`).
21-
# TODO: pin to a tag after apify/workflows#238 is merged.
2221
name: Wait for required checks
2322
runs-on: ubuntu-latest
2423
permissions:
2524
checks: read
2625
steps:
2726
- name: Wait for checks
28-
uses: apify/actions/wait-for-checks@main
27+
uses: apify/actions/wait-for-checks@v1.2.0
2928
with:
3029
ref: ${{ github.sha }}
3130
check-regexp: '^Checks'

.github/workflows/manual_release_stable.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ permissions:
3131
jobs:
3232
wait_for_checks:
3333
# Gate the release on the `Checks` workflow already succeeding on this commit (run by `on_master.yaml`).
34-
# TODO: pin to a tag after apify/workflows#238 is merged.
3534
name: Wait for required checks
3635
runs-on: ubuntu-latest
3736
permissions:
3837
checks: read
3938
steps:
4039
- name: Wait for checks
41-
uses: apify/actions/wait-for-checks@main
40+
uses: apify/actions/wait-for-checks@v1.2.0
4241
with:
4342
ref: ${{ github.sha }}
4443
check-regexp: '^Checks'

.github/workflows/manual_version_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040

4141
steps:
4242
# Gate manual dispatches on the `Checks` workflow already succeeding on this commit (run by `on_master.yaml`);
43-
# skipped when called from another workflow. TODO: pin to a tag after apify/workflows#238 is merged.
43+
# skipped when called from another workflow.
4444
- name: Wait for checks
4545
if: github.event_name == 'workflow_dispatch'
46-
uses: apify/actions/wait-for-checks@main
46+
uses: apify/actions/wait-for-checks@v1.2.0
4747
with:
4848
ref: ${{ github.sha }}
4949
check-regexp: '^Checks'

0 commit comments

Comments
 (0)