From 5e094268616f9bd8a2079c608f54f1cf6b70199f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:08:32 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index f8153d1..37f4cdc 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -76,7 +76,7 @@ jobs: pattern: AppImage-* merge-multiple: true - name: Release AppImage - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: name: "QOwnNotes: ${{ needs.check-version.outputs.aur_version }}" tag_name: "${{ needs.check-version.outputs.aur_version }}"