From 76ff1370d537408538fa7f71ab60ac7c6d53b474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 05:26:56 +0000 Subject: [PATCH] github-actions(deps): bump actions/create-release from v1.1.3 to v1.1.4 Bumps [actions/create-release](https://github.com/actions/create-release) from v1.1.3 to v1.1.4. - [Release notes](https://github.com/actions/create-release/releases) - [Commits](https://github.com/actions/create-release/compare/v1.1.3...0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e) 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 e5b72ee8..11ff85ac 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.3" + uses: "actions/create-release@v1.1.4" env: GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" with: