diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fca59be9..8f922c2f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -65,7 +65,7 @@ jobs: architecture: ${{ fromJson(needs.information.outputs.architectures) }} steps: - name: 🔂 Wait for other runs to complete - uses: softprops/turnstyle@v1 + uses: softprops/turnstyle@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: ⤵️ Check out code from GitHub