From abadafdd6e2cb54a21e5115db8ad80a2105b7965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:13:08 +0000 Subject: [PATCH] :arrow_up: Bump softprops/turnstyle from 1 to 2 Bumps [softprops/turnstyle](https://github.com/softprops/turnstyle) from 1 to 2. - [Release notes](https://github.com/softprops/turnstyle/releases) - [Changelog](https://github.com/softprops/turnstyle/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/turnstyle/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/turnstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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