From 7e8650c3c95acd3f2058b10a2e8e500ae955f336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:04:35 +0000 Subject: [PATCH] chore(deps): update lewagon/wait-on-check-action action to v1.3.4 --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 1fd47d8..d7b33c1 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -32,7 +32,7 @@ jobs: egress-policy: "audit" - name: "Wait for tests to succeed" - uses: "lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f" # v1.3.3 + uses: "lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc" # v1.3.4 timeout-minutes: 20 with: ref: "${{ github.event.pull_request.head.sha || github.sha }}"