Skip to content

Commit

Permalink
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] authored Jun 24, 2024
1 parent e0c4535 commit dd09ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Wait for concurrent jobs
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create pre-release
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Wait for concurrent jobs
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare
Expand Down

0 comments on commit dd09ac0

Please sign in to comment.