From 025f57c6c0fed55bc155af0ddc13b11fff6f22e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:49:13 -0700 Subject: [PATCH] ci: bump softprops/action-gh-release from 3.0.2 to 3.0.3 in the github-actions group (#2226) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 cf17ea8c..17249603 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: test -e outputs/container-package/*.pkg || (echo "Missing .pkg file!" && exit 1) - name: Create release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3 with: token: ${{ github.token }} name: ${{ github.ref_name }}-prerelease