From 7c734aa091196bb6480f2fde8eca8f5a4818990b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:04:04 +0000 Subject: [PATCH] Build(deps): Bump lewagon/wait-on-check-action from 1.7.0 to 1.8.0 Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 8d13576..7246f00 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -22,7 +22,7 @@ jobs: - name: Wait for build checks id: wait-for-checks - uses: lewagon/wait-on-check-action@v1.7.0 + uses: lewagon/wait-on-check-action@v1.8.0 continue-on-error: true with: ref: ${{ github.event.pull_request.head.sha }}