From 1c9c72103ca978d9393b3dd270289d8714ffa0a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:42:34 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.6.2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0eb319b..ea51cba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v5 with: ref: ${{ github.ref }} - - uses: softprops/action-gh-release@v2.5.0 + - uses: softprops/action-gh-release@v2.6.2 with: name: Release v${{ needs.check_if_version_upgraded.outputs.version }} tag_name: ${{ needs.check_if_version_upgraded.outputs.version }}