From e73c6dcc381bb28a420e4fb1f27550d9af901da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 16:08:56 +0000 Subject: [PATCH] GitHub Actions(deps): Bump actions/create-release Bumps [actions/create-release](https://github.com/actions/create-release) from 8f324cdc2e5470815db0a286b4b3aa7803c0e6ef to 1.1.4. This release includes the previously tagged commit. - [Release notes](https://github.com/actions/create-release/releases) - [Commits](https://github.com/actions/create-release/compare/8f324cdc2e5470815db0a286b4b3aa7803c0e6ef...0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e) --- updated-dependencies: - dependency-name: actions/create-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index ba4833c..b13390b 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -22,7 +22,7 @@ jobs: - name: Create Release id: create_release # Uses sha for added security since tags can be updated - uses: actions/create-release@8f324cdc2e5470815db0a286b4b3aa7803c0e6ef + uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: