From b0c0707d80ba728c9416f808c93e7115ea88665d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:16:54 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.6.1 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb2039dd2..6d7c59dba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,6 @@ jobs: zip battery_notes.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: files: ${{ github.workspace }}/custom_components/battery_notes/battery_notes.zip