diff --git a/.github/workflows/test-increased-wait-time.yml b/.github/workflows/test-increased-wait-time.yml index 389e1c5..3cd88eb 100644 --- a/.github/workflows/test-increased-wait-time.yml +++ b/.github/workflows/test-increased-wait-time.yml @@ -37,7 +37,7 @@ jobs: needs: [setup] steps: - name: Sleep for 10s - uses: juliangruber/sleep-action@v2.0.0 + uses: juliangruber/sleep-action@v2.0.3 with: time: 70s diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 5820b31..52d578a 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -38,7 +38,7 @@ jobs: needs: [setup] steps: - name: Sleep for 10s - uses: juliangruber/sleep-action@v2.0.0 + uses: juliangruber/sleep-action@v2.0.3 with: time: 30s diff --git a/.github/workflows/test-wrong-status.yml b/.github/workflows/test-wrong-status.yml index 1c794e0..4c06cba 100644 --- a/.github/workflows/test-wrong-status.yml +++ b/.github/workflows/test-wrong-status.yml @@ -38,7 +38,7 @@ jobs: needs: [setup] steps: - name: Sleep for 10s - uses: juliangruber/sleep-action@v2.0.0 + uses: juliangruber/sleep-action@v2.0.3 with: time: 30s