From cae33b534fec030c154ff44a5b3f905b9a6b1e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 05:12:24 +0000 Subject: [PATCH] github-actions(deps): bump actions/create-release from v1.1.2 to v1.1.3 Bumps [actions/create-release](https://github.com/actions/create-release) from v1.1.2 to v1.1.3. - [Release notes](https://github.com/actions/create-release/releases) - [Commits](https://github.com/actions/create-release/compare/v1.1.2...1e92f6fc665e271a5435631ba00711fdd83d9d27) 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 e66f5dfd..3133c9c4 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.2" + uses: "actions/create-release@v1.1.3" env: GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" with: