From 2c79d638b12cc25089b4c5e6b6c0b38429558a6f Mon Sep 17 00:00:00 2001 From: Lily Wang <31115101+lilyminium@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:50:00 +1000 Subject: [PATCH] Point turnstyle action to master (#360) --- .github/workflows/lifecycle-backlog.yml | 2 +- .github/workflows/lifecycle-error-cycle.yml | 2 +- .github/workflows/lifecycle-set-priority-computetag.yml | 2 +- .github/workflows/lifecycle-submission.yml | 2 +- .github/workflows/prod-envs-docker.yml | 2 +- .github/workflows/prod-envs.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lifecycle-backlog.yml b/.github/workflows/lifecycle-backlog.yml index db6d8fae..8dfb5755 100644 --- a/.github/workflows/lifecycle-backlog.yml +++ b/.github/workflows/lifecycle-backlog.yml @@ -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: diff --git a/.github/workflows/lifecycle-error-cycle.yml b/.github/workflows/lifecycle-error-cycle.yml index cf38d21f..9f73757f 100644 --- a/.github/workflows/lifecycle-error-cycle.yml +++ b/.github/workflows/lifecycle-error-cycle.yml @@ -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: diff --git a/.github/workflows/lifecycle-set-priority-computetag.yml b/.github/workflows/lifecycle-set-priority-computetag.yml index 114a1931..8831c73d 100644 --- a/.github/workflows/lifecycle-set-priority-computetag.yml +++ b/.github/workflows/lifecycle-set-priority-computetag.yml @@ -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: diff --git a/.github/workflows/lifecycle-submission.yml b/.github/workflows/lifecycle-submission.yml index db86443b..263e7efd 100644 --- a/.github/workflows/lifecycle-submission.yml +++ b/.github/workflows/lifecycle-submission.yml @@ -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: diff --git a/.github/workflows/prod-envs-docker.yml b/.github/workflows/prod-envs-docker.yml index aac4f7f2..d6b712c2 100644 --- a/.github/workflows/prod-envs-docker.yml +++ b/.github/workflows/prod-envs-docker.yml @@ -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: diff --git a/.github/workflows/prod-envs.yml b/.github/workflows/prod-envs.yml index a286e122..b9f443f8 100644 --- a/.github/workflows/prod-envs.yml +++ b/.github/workflows/prod-envs.yml @@ -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: