From a5a1892651992fcf402e415564d06f1a75abcd6e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Sun, 1 Feb 2026 01:36:01 +0000 Subject: [PATCH] chore(deps): Update softprops/action-gh-release action to v2 --- .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 ef89f5605c4..34069680749 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} - name: GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: draft: true