From d3b9b87b6a7e381deeabb40cf5680bbac16618b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:09:16 +0000 Subject: [PATCH] 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/tag_and_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag_and_release.yaml b/.github/workflows/tag_and_release.yaml index 22fb93e..4f4f69c 100644 --- a/.github/workflows/tag_and_release.yaml +++ b/.github/workflows/tag_and_release.yaml @@ -66,7 +66,7 @@ jobs: # what if no other tests? - name: Wait for tests to succeed if: steps.tagged.outputs.tagged == 1 - uses: lewagon/wait-on-check-action@v1.7.0 + uses: lewagon/wait-on-check-action@v1.8.0 with: ref: master running-workflow-name: "Tag and Release"