From 96ead48d3798d79d30a529b6aa3f7b5e848fb420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:17:49 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.6.2 --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 20dc6bb..368af4d 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -54,7 +54,7 @@ jobs: 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.6.2 with: name: "Lutris: ${{ env.VERSION }}" tag_name: "${{ env.VERSION }}@${{ env.DATE }}"