From ae252210c64f4d9d67149e95a08f6eaa889a1ae7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:58:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20softprops/action-?= =?UTF-8?q?gh-release=20action=20to=20v2.0.7=20(#795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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