Skip to content

Commit

Permalink
chore(deps): update juliangruber/sleep-action action to v2 (prisma#4763)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 20cba00 commit 8696100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-quaint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: ./quaint

- name: Sleep for 20s
uses: juliangruber/sleep-action@v1
uses: juliangruber/sleep-action@v2
with:
time: 20s

Expand Down
2 changes: 1 addition & 1 deletion quaint/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: docker-compose -f docker-compose.yml up -d

- name: Sleep for 20s
uses: juliangruber/sleep-action@v1
uses: juliangruber/sleep-action@v2
with:
time: 20s

Expand Down

0 comments on commit 8696100

Please sign in to comment.