From e21e27519ab8829cd488860ed20fb63e69daf64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:23:45 +0000 Subject: [PATCH] build(ci): bump lewagon/wait-on-check-action in the ci group Bumps the ci 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.9.0 to 1.9.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.9.0...v1.9.1) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/release-channel-prod.yml | 4 ++-- .github/workflows/release-channel-staging.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-channel-prod.yml b/.github/workflows/release-channel-prod.yml index bb927fe67..a3dc27911 100644 --- a/.github/workflows/release-channel-prod.yml +++ b/.github/workflows/release-channel-prod.yml @@ -11,14 +11,14 @@ jobs: permissions: contents: write steps: - - uses: lewagon/wait-on-check-action@v1.9.0 + - uses: lewagon/wait-on-check-action@v1.9.1 with: ref: ${{ github.ref }} check-name: 'build (full)' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - - uses: lewagon/wait-on-check-action@v1.9.0 + - uses: lewagon/wait-on-check-action@v1.9.1 with: ref: ${{ github.ref }} check-name: 'deploy' diff --git a/.github/workflows/release-channel-staging.yml b/.github/workflows/release-channel-staging.yml index b90403f27..96f6205e0 100644 --- a/.github/workflows/release-channel-staging.yml +++ b/.github/workflows/release-channel-staging.yml @@ -14,14 +14,14 @@ jobs: permissions: contents: write steps: - - uses: lewagon/wait-on-check-action@v1.9.0 + - uses: lewagon/wait-on-check-action@v1.9.1 with: ref: ${{ github.ref }} check-name: 'build (full)' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - - uses: lewagon/wait-on-check-action@v1.9.0 + - uses: lewagon/wait-on-check-action@v1.9.1 with: ref: ${{ github.ref }} check-name: 'deploy'