From 8727250618b9cf86ebc6345829f26053c5755665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:40:10 +0000 Subject: [PATCH] Bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from c43d7637b9b9ce3e953168c325d27253a5d48d8e to 1fd6f3f2b1b859145679a1892abda586ef982a84. - [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/c43d7637b9b9ce3e953168c325d27253a5d48d8e...1fd6f3f2b1b859145679a1892abda586ef982a84) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 6ad2925b..a0d8959b 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -83,7 +83,7 @@ jobs: prerelease: false - name: Upload release assets - uses: softprops/action-gh-release@c43d7637b9b9ce3e953168c325d27253a5d48d8e + uses: softprops/action-gh-release@1fd6f3f2b1b859145679a1892abda586ef982a84 if: startsWith(github.ref, 'refs/tags/') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}