From e0f16c958c81a7038e17fa38f02672377efbab26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:05:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20softprops/action-?= =?UTF-8?q?gh-release=20action=20to=20v2.0.3?= 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 02c067f0..a7bff699 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.2 + uses: softprops/action-gh-release@v2.0.3 with: files: ${{ github.workspace }}/custom_components/spook/spook.zip