diff --git a/.github/workflows/pr-testing.yaml b/.github/workflows/pr-testing.yaml index 45b9e45..6970090 100644 --- a/.github/workflows/pr-testing.yaml +++ b/.github/workflows/pr-testing.yaml @@ -64,6 +64,6 @@ jobs: name: Test suite steps: - name: Decide whether the needed jobs succeeded or failed - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2 + uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0 with: jobs: ${{ toJSON(needs) }}