From 89381ebb82e1b173f9b44604f82778203f3581c8 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 13 Apr 2026 13:39:52 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 Signed-off-by: redhat-renovate-bot --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee12d4b..ec775b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: git push origin --tags - name: Publish Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.VERSION }} files: "*.tar.gz"