From 45be7a427a118baa79c89d586c749ad8d3c01d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 23:33:58 +0100 Subject: [PATCH] Bump pajlada/create-release from v2.0.2 to v2.0.3 (#2150) Bumps [pajlada/create-release](https://github.com/pajlada/create-release) from v2.0.2 to v2.0.3. - [Release notes](https://github.com/pajlada/create-release/releases) - [Commits](https://github.com/pajlada/create-release/compare/v2.0.2...5d2fd7ed56c066a48bdf8e3865775f4505870c5b) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa4ca0342..019211fcf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: steps: - name: Create release id: create_release - uses: pajlada/create-release@v2.0.2 + uses: pajlada/create-release@v2.0.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: