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 }}