From 33abbe5301bfa7bd7d46dba19afc4aca8ca837cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:43:50 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3.0.2 --- .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..e91075b 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.2 with: name: "Build ${{ needs.build.outputs.release_tag || github.run_number }}" tag_name: "${{ needs.build.outputs.release_tag || github.run_number }}"