Skip to content

Commit d240839

Browse files
renovate[bot]OliverDudgeon
authored andcommitted
chore(deps): update softprops/turnstyle action to v2
1 parent b9f9017 commit d240839

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
@@ -84,7 +84,7 @@ jobs:
8484
# This ensures only one test job runs at a time (across all workflows)
8585
# If this workflow is billed by the elapsed time, this will add a lot to this cost
8686
- name: Turnstyle
87-
uses: softprops/turnstyle@v1
87+
uses: softprops/turnstyle@v2
8888
with:
8989
abort-after-seconds: 600
9090
env:
@@ -155,7 +155,7 @@ jobs:
155155
- name: Disable strict SSL
156156
run: npm config set strict-ssl=false
157157
- name: Turnstyle
158-
uses: softprops/turnstyle@v1
158+
uses: softprops/turnstyle@v2
159159
with:
160160
abort-after-seconds: 600
161161
env:

0 commit comments

Comments
 (0)