From 3849814918aef47d72ffe9ce132a34b6e021cbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:37:50 +0000 Subject: [PATCH] ci: bump softprops/action-gh-release from 2.0.8 to 2.0.9 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.0.9. - [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/v2.0.8...v2.0.9) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index 0785b68..b3e1dee 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -200,7 +200,7 @@ jobs: # Create a new release with zipped dependencies - name: Create Release with Assets id: create_release_with_zip - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -234,7 +234,7 @@ jobs: # Create a new release with no zip - name: Create Simple Release id: create_bare_release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: