From c913a78cbed18bf784ac1c79cbc99f469b4c2efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:52:51 +0000 Subject: [PATCH] build(deps): bump lewagon/wait-on-check-action from 1.6.0 to 1.6.1 Bumps [lewagon/wait-on-check-action](https://github.com/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.6.1) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-review.yml | 2 +- .github/workflows/automerge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 0b6eb51..bf37b69 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -29,7 +29,7 @@ jobs: # create review pull-requests: write steps: - - uses: lewagon/wait-on-check-action@v1.6.0 + - uses: lewagon/wait-on-check-action@v1.6.1 with: ref: ${{ github.event.pull_request.head.sha }} repo-token: ${{ github.token }} diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 8e864fc..8ac3825 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -39,7 +39,7 @@ jobs: # wait-on-check requires only checks read checks: read steps: - - uses: lewagon/wait-on-check-action@v1.6.0 + - uses: lewagon/wait-on-check-action@v1.6.1 with: ref: ${{ github.event.pull_request.head.sha }} check-regexp: "test.*"