From a748ad026c66db56f6d4aab29bd158606e2146cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 01:06:21 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3.0.3 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b3e6ce..fa9903e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -140,7 +140,7 @@ jobs: name: appbundles - name: Create Release - uses: softprops/action-gh-release@v3.0.1 + uses: softprops/action-gh-release@v3.0.3 with: name: "Build ${{ needs.build.outputs.release_tag || github.run_number }}" tag_name: "${{ needs.build.outputs.release_tag || github.run_number }}"