From 66063980598ffb195439b215d4dc9b2bf98b82bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:17:50 +0000 Subject: [PATCH] ci(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/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index d395744..54f2f84 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -22,7 +22,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait for test completion - 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-name: 'test'