From a4e325f0532cc2c83c5a35bdbb43e293672d7912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:48:13 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.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/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/github-prerelease.yml | 2 +- .github/workflows/github_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index fedcaa9d..3a3a0b42 100644 --- a/.github/workflows/github-prerelease.yml +++ b/.github/workflows/github-prerelease.yml @@ -186,7 +186,7 @@ jobs: # GENERATE RELEASE - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.preparations.outputs.version }} diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 959410d9..abee7fde 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -178,7 +178,7 @@ jobs: # GENERATE RELEASE - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.preparations.outputs.version }} -- GitLab