diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index cdafa85..fb6f446 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@e106e5c43e8ca1edea6383a39a01c5ca495fd812" # v1.3.1 + uses: "lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f" # v1.3.3 timeout-minutes: 20 with: ref: "${{ github.event.pull_request.head.sha || github.sha }}"