From 9246d980e1cd098679e5393a5ab82779c6b5299a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 08:44:08 +0000 Subject: [PATCH] ci(action): bump softprops/turnstyle from v0.1.3 to v1 Bumps [softprops/turnstyle](https://github.com/softprops/turnstyle) from v0.1.3 to v1. - [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/v0.1.3...2da824432fd1b605d097378101a35779dc3cd35a) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a77aeca..27f0f6dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: node-version: 15 - name: Turnstyle - uses: softprops/turnstyle@v0.1.3 + uses: softprops/turnstyle@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}