From 89f97265f8876f0a0ca64ea561c03df99603190d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:24:07 +0000 Subject: [PATCH] build(deps): bump softprops/turnstyle from 1 to 2 Bumps [softprops/turnstyle](https://github.com/softprops/turnstyle) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: softprops/turnstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cleanup.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index baf9daf..1679576 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -51,7 +51,7 @@ jobs: echo "$VULTR_CONFIG_FILE" > tests/integration/cloud-config-vultr.ini - name: Ensure no other integration test is currently running - uses: softprops/turnstyle@v1 + uses: softprops/turnstyle@v2 timeout-minutes: 60 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0e2afb4..4e355f6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -55,7 +55,7 @@ jobs: echo "$VULTR_CONFIG_FILE" > tests/integration/cloud-config-vultr.ini - name: Ensure no other integration test is currently running - uses: softprops/turnstyle@v1 + uses: softprops/turnstyle@v2 timeout-minutes: 60 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}