From 471ab6c821c83886e34fe34c08a3fe42835cb1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:33:33 +0100 Subject: [PATCH] build(deps): bump the dependencies group in /.github/workflows with 1 update (#1338) build(deps): bump the dependencies group Bumps the dependencies group in /.github/workflows with 1 update: [fountainhead/action-wait-for-check](https://github.com/fountainhead/action-wait-for-check). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yaml | 4 ++-- .github/workflows/requirement-checker.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 91960e5b8..e5cf68c2d 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -34,7 +34,7 @@ jobs: # wait step for _every_ e2e job, which will block more runners, we wait in one and only one # runner. - name: Wait for the PHAR to be built - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 with: checkName: Build PHAR ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -42,7 +42,7 @@ jobs: intervalSeconds: ${{ env.POLLING_INTERVALS_SEC }} - name: Wait for the Docker images to be pushed - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 with: checkName: Docker status ref: ${{ github.event.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/requirement-checker.yaml b/.github/workflows/requirement-checker.yaml index bff1feed8..14d2e1e53 100644 --- a/.github/workflows/requirement-checker.yaml +++ b/.github/workflows/requirement-checker.yaml @@ -171,7 +171,7 @@ jobs: # wait step for _every_ e2e job, which will block more runners, we wait in one and only one # runner. - name: Wait for the PHAR to be built - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 with: checkName: Build PHAR ref: ${{ github.event.pull_request.head.sha || github.sha }} @@ -179,7 +179,7 @@ jobs: intervalSeconds: ${{ env.POLLING_INTERVALS_SEC }} - name: Wait for the Docker images to be pushed - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 with: checkName: Docker status ref: ${{ github.event.pull_request.head.sha || github.sha }}