From effb8b68485d53fca937b2adb74231ca6e60c52f Mon Sep 17 00:00:00 2001 From: mhostetter Date: Mon, 29 Jan 2024 10:37:24 -0500 Subject: [PATCH] Upgrade failing GH action --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2a8f6e8a1..ff2e5ed55 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait on build.yaml to build the wheel - uses: lewagon/wait-on-check-action@v1.0.0 + uses: lewagon/wait-on-check-action@v1.3.1 with: # When triggered on a pull request, github.sha is a temporary merge commit for the PR. The wait # action must wait on the SHA of the commit that triggered the workflow, which is the HEAD of the