Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v2
uses: softprops/turnstyle@v3
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@v2
uses: softprops/turnstyle@v3
with:
abort-after-seconds: 600
env:
Expand Down
Loading