From 4a4a3bab0dd048ec1c0568c14181581a3aca9af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:02:00 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5eed4d3..33f6bdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: EOF - name: create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name != 'pull_request' with: tag_name: ${{ env.CRYPTOMATOR_VERSION }}