diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c3dde9b..341c8cda 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.0.9 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} tag_name: v${{ needs.check_if_version_upgraded.outputs.to_version }}