From 720254ded84bff0f0e9d1a3218896166f314a3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:43:33 +0000 Subject: [PATCH] chore(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/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index b0072327a..8cedbece1 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -182,7 +182,7 @@ jobs: - name: Wait for tests to succeed if: ${{ steps.commit.outputs.status }} - uses: lewagon/wait-on-check-action@v1.6.0 + uses: lewagon/wait-on-check-action@v1.6.1 with: running-workflow-name: 'Commit and Push back' ref: ${{ github.head_ref }}