Skip to content

Commit

Permalink
build(deps): bump softprops/turnstyle from 1 to 2
Browse files Browse the repository at this point in the history
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](softprops/turnstyle@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/turnstyle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent dcfe316 commit 89f9726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 89f9726

Please sign in to comment.