diff --git a/.github/workflows/lapis.yml b/.github/workflows/lapis.yml index 98414e974..f8506a408 100644 --- a/.github/workflows/lapis.yml +++ b/.github/workflows/lapis.yml @@ -116,7 +116,7 @@ jobs: run: echo "lapisTag=${TAG##*:}" >> $GITHUB_OUTPUT - name: Wait for Docker Image - uses: lewagon/wait-on-check-action@v1.4.1 + uses: lewagon/wait-on-check-action@v1.5.0 with: ref: ${{ github.ref }} check-name: Build Docker Image diff --git a/.github/workflows/release-lapis.yml b/.github/workflows/release-lapis.yml index 4cfedc8ce..f867010d5 100644 --- a/.github/workflows/release-lapis.yml +++ b/.github/workflows/release-lapis.yml @@ -52,7 +52,7 @@ jobs: - name: Wait for Lapis Docs Docker Image if: ${{ steps.release.outputs.release_created }} - uses: lewagon/wait-on-check-action@v1.4.1 + uses: lewagon/wait-on-check-action@v1.5.0 with: ref: ${{ github.sha }} check-name: Build Docs Docker Image And Run E2E Tests