Skip to content

Commit 25c5aa4

Browse files
chore(deps): update juliangruber/sleep-action action to v2.0.3
1 parent f46aa0d commit 25c5aa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-increased-wait-time.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: [setup]
3030
steps:
3131
- name: Sleep for 10s
32-
uses: juliangruber/sleep-action@v2.0.0
32+
uses: juliangruber/sleep-action@v2.0.3
3333
with:
3434
time: 70s
3535

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: [setup]
3131
steps:
3232
- name: Sleep for 10s
33-
uses: juliangruber/sleep-action@v2.0.0
33+
uses: juliangruber/sleep-action@v2.0.3
3434
with:
3535
time: 30s
3636

.github/workflows/test-wrong-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: [setup]
3131
steps:
3232
- name: Sleep for 10s
33-
uses: juliangruber/sleep-action@v2.0.0
33+
uses: juliangruber/sleep-action@v2.0.3
3434
with:
3535
time: 30s
3636

0 commit comments

Comments
 (0)