From 0215e92166afcdc4725eb17cc148d5ddf71cc687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:52:30 +0200 Subject: [PATCH] CI: Bump softprops/turnstyle from 1 to 3 (#1899) Bumps [softprops/turnstyle](https://github.com/softprops/turnstyle) from 1 to 3. - [Release notes](https://github.com/softprops/turnstyle/releases) - [Changelog](https://github.com/softprops/turnstyle/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/turnstyle/compare/v1...v3) --- updated-dependencies: - dependency-name: softprops/turnstyle dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bb57431f..40fd09a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -153,7 +153,7 @@ jobs: key: cache-${{ github.sha }} - name: Wait for other Browserstack tests to finish - uses: softprops/turnstyle@v1 + uses: softprops/turnstyle@v3 with: poll-interval-seconds: 30 abort-after-seconds: 900