From 7652e9e6b712b05b202f6584f6a37617a2b41f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:35:40 +0000 Subject: [PATCH] Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/e106e5c43e8ca1edea6383a39a01c5ca495fd812...595dabb3acf442d47e29c9ec9ba44db0c6bdd18f) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-checks-push-images.yaml | 2 +- .github/workflows/pr-checks.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-checks-push-images.yaml b/.github/workflows/pr-checks-push-images.yaml index 378c7a987e..686267b4fb 100644 --- a/.github/workflows/pr-checks-push-images.yaml +++ b/.github/workflows/pr-checks-push-images.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Wait for build - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Build operator images (PR)" diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 16bb1b010e..b4376b8cad 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -96,7 +96,7 @@ jobs: - name: Wait for push if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }} - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Push operator images (PR)" @@ -176,7 +176,7 @@ jobs: - name: Wait for push if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }} - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Push operator images (PR)" @@ -257,7 +257,7 @@ jobs: - name: Wait for push if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }} - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Push operator images (PR)" @@ -337,7 +337,7 @@ jobs: - name: Wait for push if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }} - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Push operator images (PR)" @@ -423,7 +423,7 @@ jobs: - name: Wait for push if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }} - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Push operator images (PR)" @@ -521,7 +521,7 @@ jobs: - name: Wait for push if: ${{ steps.check-skip-acceptance.outputs.can_skip != 'true' }} - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Push operator images (PR)" @@ -599,7 +599,7 @@ jobs: uses: actions/checkout@v4 - name: Wait for push - uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812 + uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f with: ref: ${{ github.event.pull_request.head.sha }} check-name: "Push operator images (PR)"