From 90b210ee46b05dd67587b4f8fb88ee4736199f92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:03:49 +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 a567b73..66b173f 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@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: name: "QOwnNotes: ${{ needs.check-version.outputs.aur_version }}" tag_name: "${{ needs.check-version.outputs.aur_version }}"