From 032019ac21edde9a49ba3fd6d45145ec39e5dc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:55:49 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.2.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 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.0.8...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] --- .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 a3c933e..7624326 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,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.1 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} @@ -174,7 +174,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.1 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} @@ -273,7 +273,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.1 with: tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }}