From 83a99724cc09c29ffaac801ecbac54f8c1a4178a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:58:47 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release action to v3.0.3 --- .github/workflows/cli-binaries.yml | 2 +- .github/workflows/demos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-binaries.yml b/.github/workflows/cli-binaries.yml index fa1d3c2..15ca1a1 100644 --- a/.github/workflows/cli-binaries.yml +++ b/.github/workflows/cli-binaries.yml @@ -114,7 +114,7 @@ jobs: cat dist/*/*.sha256 > checksums.txt cat checksums.txt - - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + - uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: ${{ github.ref_name }} name: Rendobar CLI ${{ github.ref_name }} diff --git a/.github/workflows/demos.yml b/.github/workflows/demos.yml index 273227c..bb86047 100644 --- a/.github/workflows/demos.yml +++ b/.github/workflows/demos.yml @@ -51,7 +51,7 @@ jobs: # the release page, the mp4/webm download as-is. - name: Attach to release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: files: | demos/out/hero.gif