From f5248d76b5fd5862236e8b0921a7c347ee63082f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:27:08 +0000 Subject: [PATCH] chore(github-actions): bump lewagon/wait-on-check-action Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lapis.yml | 2 +- .github/workflows/release-lapis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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