We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f9017 commit d240839Copy full SHA for d240839
.github/workflows/test.yaml
@@ -84,7 +84,7 @@ jobs:
84
# This ensures only one test job runs at a time (across all workflows)
85
# If this workflow is billed by the elapsed time, this will add a lot to this cost
86
- name: Turnstyle
87
- uses: softprops/turnstyle@v1
+ uses: softprops/turnstyle@v2
88
with:
89
abort-after-seconds: 600
90
env:
@@ -155,7 +155,7 @@ jobs:
155
- name: Disable strict SSL
156
run: npm config set strict-ssl=false
157
158
159
160
161
0 commit comments