From 8c4b38c2ebe236c9a0331c48f5fd33b603d621bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:09:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20softprops/action-?= =?UTF-8?q?gh-release=20action=20to=20v2.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 c50191df..44070c74 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: inputs: ${{ github.workspace }}/custom_components/spook/spook.zip - name: ⬆️ Upload zip to release - uses: softprops/action-gh-release@v2.0.6 + uses: softprops/action-gh-release@v2.0.7 with: files: ${{ github.workspace }}/custom_components/spook/spook.zip