From 447125bbe18c042941f7563a04880fdd892f3430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 00:10:17 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3.0.2 --- .github/workflows/golib-create-release.yml | 2 +- .github/workflows/release-composer-package.yml | 2 +- .github/workflows/release-go-app.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golib-create-release.yml b/.github/workflows/golib-create-release.yml index ced1432..4ca4394 100644 --- a/.github/workflows/golib-create-release.yml +++ b/.github/workflows/golib-create-release.yml @@ -235,7 +235,7 @@ jobs: subject-path: checksums.txt - name: Create GitHub Release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ steps.tag.outputs.tag }} draft: ${{ inputs.draft }} diff --git a/.github/workflows/release-composer-package.yml b/.github/workflows/release-composer-package.yml index 11ffbe2..ee263b8 100644 --- a/.github/workflows/release-composer-package.yml +++ b/.github/workflows/release-composer-package.yml @@ -241,7 +241,7 @@ jobs: - name: Create GitHub Release id: create - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ steps.tag.outputs.tag }} name: ${{ steps.tag.outputs.tag }} diff --git a/.github/workflows/release-go-app.yml b/.github/workflows/release-go-app.yml index 0fa0e13..def083b 100644 --- a/.github/workflows/release-go-app.yml +++ b/.github/workflows/release-go-app.yml @@ -799,7 +799,7 @@ jobs: # draft with draft: true, then publish it later from that # draft."). Both phases happen inside this single job — no # cross-job state, still atomic from the orchestrator's POV. - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ needs.preflight.outputs.tag }} name: ${{ needs.preflight.outputs.tag }}