diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index bea5884e3..bf2b817ed 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for other CI - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.3 with: ref: ${{ github.ref }} check-name: 'Lint Check' diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 64063b64c..07bec5083 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for other CI - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.3 with: ref: ${{ github.ref }} check-name: 'GitHub Release' diff --git a/.github/workflows/locales.yml b/.github/workflows/locales.yml index 78376fb80..c65d0ff7f 100644 --- a/.github/workflows/locales.yml +++ b/.github/workflows/locales.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for other CI - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.3 with: ref: ${{ github.ref }} check-name: 'Config Sync' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5acf7b576..7adce5361 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for other CI - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.3 with: ref: ${{ github.ref }} check-name: 'Locales Sync' diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index ed0fac5d3..d068737a8 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for other CI - uses: lewagon/wait-on-check-action@v1.3.1 + uses: lewagon/wait-on-check-action@v1.3.3 with: ref: ${{ github.ref }} check-name: 'Lint Check'