From d5315398772b02de90d76ed44ba4f96db94cff11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:58:45 +0100 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#358) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 832fbe4..dc11003 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -19,7 +19,7 @@ jobs: && chmod 555 homeassistant-supervised/DEBIAN/p* \ && dpkg-deb --build --root-owner-group homeassistant-supervised" - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: homeassistant-supervised.deb \ No newline at end of file