From 415bc058ed34863b550c80a54c68547964629070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:20:43 -0400 Subject: [PATCH] Bump softprops/action-gh-release from 0.1.14 to 1 (#6142) Bumps [softprops/action-gh-release](/~https://github.com/softprops/action-gh-release) from 0.1.14 to 1. - [Release notes](/~https://github.com/softprops/action-gh-release/releases) - [Changelog](/~https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](/~https://github.com/softprops/action-gh-release/compare/v0.1.14...v1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 7e5736cc9603..40feca5aad98 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -143,7 +143,7 @@ jobs: if: github.event_name == 'push' && hashFiles('composer.json') != '' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true') - name: Create a GitHub release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v1 env: github_token: ${{ secrets.GITHUB_TOKEN }} with: