From 721b5134de1057ba1b3857fd7e4f8189c2d6cd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:53:11 +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.6.0 to 1.6.1 - [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.6.0...v1.7.0) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch 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 99a51e9e..1674a5b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for CI to pass - uses: lewagon/wait-on-check-action@v1.6.0 + uses: lewagon/wait-on-check-action@v1.7.0 with: ref: ${{ github.sha }} running-workflow-name: Wait for CI