From d2cc3d120dbd91f5fb2ff0d9721ec64662868469 Mon Sep 17 00:00:00 2001 From: Matthew Hallonbacka <79469789+Mallonbacka@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:46:12 +0000 Subject: [PATCH] Pin action-gh-release to v2 --- .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 e6d888a..8a4e3d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip digitransit.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2 with: files: ${{ github.workspace }}/custom_components/digitransit/digitransit.zip