From e74400679f70a2da46e2f07d5e0449e6b6775852 Mon Sep 17 00:00:00 2001 From: rory Date: Wed, 2 Nov 2022 15:43:17 -0700 Subject: [PATCH] Update turnstyle everywhere --- .github/workflows/createNewVersion.yml | 1 + .github/workflows/preDeploy.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/createNewVersion.yml b/.github/workflows/createNewVersion.yml index 085869fca86e..31184425795a 100644 --- a/.github/workflows/createNewVersion.yml +++ b/.github/workflows/createNewVersion.yml @@ -55,6 +55,7 @@ jobs: with: GPG_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} + # TODO: Point back at upstream when https://github.com/softprops/turnstyle/pull/46 is merged - uses: roryabraham/turnstyle@d50d3ffc3f2c8d280dec4cd802c1c735fcda77c8 with: poll-interval-seconds: 10 diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index 521889fdd636..045187c396e1 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -82,7 +82,8 @@ jobs: needs: [chooseDeployActions, createNewVersion] runs-on: ubuntu-latest steps: - - uses: softprops/turnstyle@8db075d65b19bf94e6e8687b504db69938dc3c65 + # TODO: Point back at upstream when https://github.com/softprops/turnstyle/pull/46 is merged + - uses: roryabraham/turnstyle@d50d3ffc3f2c8d280dec4cd802c1c735fcda77c8 with: poll-interval-seconds: 10 env: