From 48149ecaca20b397e603b30e5487863a6a9528fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:05:16 +0000 Subject: [PATCH] chore(deps): bump fountainhead/action-wait-for-check from 1.1.0 to 1.2.0 Bumps [fountainhead/action-wait-for-check](https://github.com/fountainhead/action-wait-for-check) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/fountainhead/action-wait-for-check/releases) - [Commits](https://github.com/fountainhead/action-wait-for-check/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: fountainhead/action-wait-for-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CD_dev-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD_dev-release.yml b/.github/workflows/CD_dev-release.yml index b222965..2380be2 100644 --- a/.github/workflows/CD_dev-release.yml +++ b/.github/workflows/CD_dev-release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - name: Wait on check - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 id: wait-for-build with: @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 - name: Wait on Merge - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 id: wait-for-merge with: token: ${{ secrets.GITHUB_TOKEN }}