From d0b950f2ef2cbd4eceb4bbd5f5ec3b36b4012f24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:55:49 +0000 Subject: [PATCH] =?UTF-8?q?chore(actions):=20update=20softprops/action-gh-?= =?UTF-8?q?release=20action=20(v2.5.0=20=E2=86=92=20v2.6.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[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 53011ea..d31b8b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: composer archive --format=zip --dir=release --file=monolog-gdpr-filter-${{ steps.tag.outputs.name }} - name: Create Release - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0 with: name: ${{ steps.tag.outputs.name }} body: ${{ steps.changelog.outputs.content }}