Skip to content

Commit

Permalink
Merge pull request #2 from lszeremeta/dependabot/github_actions/softp…
Browse files Browse the repository at this point in the history
…rops/turnstyle-2

Bump softprops/turnstyle from 1 to 2
  • Loading branch information
lszeremeta authored Jun 19, 2024
2 parents e5b8c77 + f9ddebc commit 0188d2c
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 @@ -58,7 +58,7 @@ jobs:
- name: Build package
run: python -m build
- 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 @@ -80,7 +80,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 0188d2c

Please sign in to comment.