aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-16 09:32:36 +0000
committerGitHub <noreply@github.com>2023-09-16 09:32:36 +0000
commit6e82fe3a83d800d02b8f3c097e69c3968140c119 (patch)
tree5026380f707a0a631b9015c8e3990636fe37379b
parent3d0b1c3138c34c8c03d9831150ccfc1227f1ba48 (diff)
chore(deps): pin jitterbit/await-check-suites action to 292a541
-rw-r--r--.github/workflows/repo-bump-version.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-bump-version.yaml b/.github/workflows/repo-bump-version.yaml
index 75578536f..1713b484d 100644
--- a/.github/workflows/repo-bump-version.yaml
+++ b/.github/workflows/repo-bump-version.yaml
@@ -21,7 +21,7 @@ jobs:
TAG_BRANCH: ${{ github.event.release.target_commitish }}
steps:
- name: Wait for deploy checks to finish
- uses: jitterbit/await-check-suites@v1
+ uses: jitterbit/await-check-suites@292a541bb7618078395b2ce711a0d89cfb8a568a # v1
with:
ref: ${{ env.TAG_BRANCH }}
intervalSeconds: 60