From e9e498a91e47932cd80b814eb9cf03beec01bb63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 04:59:04 +0000 Subject: [PATCH] chore(deps): update softprops/turnstyle action to v3 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fd85732d8..62d38cc61 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: @@ -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: