From 6bb18e2189d3c6fe967f9e163162cbb5cacb5e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:42:53 +0000 Subject: [PATCH] Bump lewagon/wait-on-check-action in the actions-patch-minor group Bumps the actions-patch-minor group with 1 update: [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). Updates `lewagon/wait-on-check-action` from 1.8.1 to 1.9.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.8.1...v1.9.0) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f456953..741fa13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for CI to pass - uses: lewagon/wait-on-check-action@v1.8.1 + uses: lewagon/wait-on-check-action@v1.9.0 with: ref: ${{ github.sha }} running-workflow-name: Wait for CI