Skip to content

Commit cf6d034

Browse files
chore(deps): update softprops/turnstyle action to v2
1 parent 5b9040b commit cf6d034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# This ensures only one test job runs at a time (across all workflows)
8383
# If this workflow is billed by the elapsed time, this will add a lot to this cost
8484
- name: Turnstyle
85-
uses: softprops/turnstyle@v1
85+
uses: softprops/turnstyle@v2
8686
with:
8787
abort-after-seconds: 600
8888
env:
@@ -151,7 +151,7 @@ jobs:
151151
- name: Disable strict SSL
152152
run: npm config set strict-ssl=false
153153
- name: Turnstyle
154-
uses: softprops/turnstyle@v1
154+
uses: softprops/turnstyle@v2
155155
with:
156156
abort-after-seconds: 600
157157
env:

0 commit comments

Comments
 (0)