From f4fd0d19e10b968ba9a73ae2f8fdb1fafa096c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:58:40 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.2.1 --- .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 1c3dde9b..abe558ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,7 +95,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.ref }} - - uses: softprops/action-gh-release@v2.0.8 + - uses: softprops/action-gh-release@v2.2.1 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} tag_name: v${{ needs.check_if_version_upgraded.outputs.to_version }}