From 469763911ffdd5e9af655da0e0c32dd953cab1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:03:15 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.2.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7dbacb..bbf7b05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: - name: Uploading... if: github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.2.0 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} @@ -173,7 +173,7 @@ jobs: - name: Uploading... if: github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.2.0 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} @@ -272,7 +272,7 @@ jobs: - name: Uploading... if: github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.2.0 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }}