From 5e727983c4767010d4b0f3c5fc4cedca7df03ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 13:01:14 +0000 Subject: [PATCH] github-actions(deps): bump actions/create-release from v1.1.1 to v1.1.2 Bumps [actions/create-release](https://github.com/actions/create-release) from v1.1.1 to v1.1.2. - [Release notes](https://github.com/actions/create-release/releases) - [Commits](https://github.com/actions/create-release/compare/v1.1.1...25a1bf7b5927ddc2c8c2a67d3bb564da1d3428bf) Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4b97e21..e66f5dfd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: run: "echo \"::set-output name=tag::${GITHUB_REF#refs/tags/}\"" - name: "Create release" - uses: "actions/create-release@v1.1.1" + uses: "actions/create-release@v1.1.2" env: GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" with: