From ddf575a9d2133ff4be396d2289be7bb7f9e3fb12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:53:00 +0000 Subject: [PATCH] [dependabot]: Bump softprops/action-gh-release from 0.1.15 to 2.0.2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.15 to 2.0.2. - [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.15...v2.0.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index d91bd15b..f621da33 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -14,7 +14,7 @@ jobs: name: Create a Draft release for ${{ github.ref_name }} steps: - name: Create Github Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.2 with: name: easynetwork v${{ github.ref_name }} draft: true