From c15f6da0eb0ced630bc2a94f5ee1fa4fb05fbe7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:30:51 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 0.1.14 to 2.0.2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.14 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.14...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/python-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index b3ab502..1c31a58 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -44,7 +44,7 @@ jobs: echo "::set-output name=release_tag::$(dist/comic_dl_linux --version)" echo Current Version ${{ steps.tag.outputs.release_tag }}. - name: GH Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -75,7 +75,7 @@ jobs: echo "::set-output name=release_tag::$(dist/comic_dl.exe --version)" echo Current Version ${{ steps.tag.outputs.release_tag }}. - name: GH Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -107,7 +107,7 @@ jobs: echo "::set-output name=release_tag::$(dist/comic_dl_osx --version)" echo Current Version ${{ steps.tag.outputs.release_tag }}. - name: GH Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: