Skip to content

Commit

Permalink
Merge branch 'develop' into community
Browse files Browse the repository at this point in the history
  • Loading branch information
git-init-priyanshu authored Mar 21, 2024
2 parents 21926d5 + 40ed429 commit 45813ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: npm ci

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Sleep for 10 s
- name: Sleep for 10s
uses: juliangruber/sleep-action@v1
uses: juliangruber/sleep-action@v2
with:
time: 10s

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: npm ci

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

Expand Down

0 comments on commit 45813ed

Please sign in to comment.