From 43c9fc6ef00d208f7210db297c037c5a7150558d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:31:58 +0000 Subject: [PATCH] chore(deps): update juliangruber/sleep-action action to v2.0.3 --- .github/workflows/test-increased-wait-time.yml | 2 +- .github/workflows/test-positive.yml | 2 +- .github/workflows/test-wrong-status.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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