diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index aa6be06..5e65f28 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -53,6 +53,6 @@ jobs: timeout-minutes: 30 steps: - name: Decide whether the needed jobs succeeded or failed - uses: re-actors/alls-green@v1.2.2 + uses: re-actors/alls-green@v1.3.0 with: jobs: ${{ toJSON(needs) }}