From e0b4feccf46e6e22da6c5e0bca1bdd269076417c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 08:33:52 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.4.2 --- .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 9858550..e02a89d 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -54,7 +54,7 @@ jobs: echo "VERSION=$(cat ./version)" >> "${GITHUB_ENV}" echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}" - name: Release Artifacts - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.4.2 with: name: "GIMP/PhotoGIMP: ${{ env.VERSION }}" tag_name: "${{ env.VERSION }}@${{ env.DATE }}"