From 6d7bff6c3cbf3b356dbf9010d9677f672bd445f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:25:53 +0000 Subject: [PATCH] build(deps): bump lewagon/wait-on-check-action from 1.8.0 to 1.9.0 Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.8.0 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.0...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 ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f84e6d2..f2d769a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Wait for CI completion - uses: lewagon/wait-on-check-action@v1.8.0 + uses: lewagon/wait-on-check-action@v1.9.0 with: ref: ${{ github.sha }} check-name: 'Tests (3.11)'