Skip to content

Commit

Permalink
Point turnstyle action to master (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Jun 17, 2024
1 parent 527af9e commit 2c79d63
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-backlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: nschloe/action-cached-lfs-checkout@v1

- name: ensure we only have one instance running
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@master
env:
GITHUB_TOKEN: ${{ secrets.GH_DANGERBOT_TOKEN_LIMITED }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-error-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: nschloe/action-cached-lfs-checkout@v1

- name: ensure we only have one instance running
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@master
env:
GITHUB_TOKEN: ${{ secrets.GH_DANGERBOT_TOKEN_LIMITED }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-set-priority-computetag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: nschloe/action-cached-lfs-checkout@v1

- name: ensure we only have one instance running
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@master
env:
GITHUB_TOKEN: ${{ secrets.GH_DANGERBOT_TOKEN_LIMITED }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: nschloe/action-cached-lfs-checkout@v1

- name: ensure we only have one instance running
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@master
env:
GITHUB_TOKEN: ${{ secrets.GH_DANGERBOT_TOKEN_LIMITED }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-envs-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: nschloe/action-cached-lfs-checkout@v1

- name: ensure we only have one instance running
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@master
env:
GITHUB_TOKEN: ${{ secrets.GH_DANGERBOT_TOKEN_LIMITED }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: nschloe/action-cached-lfs-checkout@v1

- name: ensure we only have one instance running
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@master
env:
GITHUB_TOKEN: ${{ secrets.GH_DANGERBOT_TOKEN_LIMITED }}
with:
Expand Down

0 comments on commit 2c79d63

Please sign in to comment.