Skip to content

Commit

Permalink
chore(deps): update softprops/turnstyle action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and OliverDudgeon committed Nov 7, 2024
1 parent b9f9017 commit d240839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# This ensures only one test job runs at a time (across all workflows)
# If this workflow is billed by the elapsed time, this will add a lot to this cost
- name: Turnstyle
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@v2
with:
abort-after-seconds: 600
env:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Disable strict SSL
run: npm config set strict-ssl=false
- name: Turnstyle
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@v2
with:
abort-after-seconds: 600
env:
Expand Down

0 comments on commit d240839

Please sign in to comment.