From dfcba9e93392d949eb09ac93ea9f9285db1dcb70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:20:41 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#2292) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb1e402a1..a372a6733 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip battery_notes.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: files: ${{ github.workspace }}/custom_components/battery_notes/battery_notes.zip