From 74919ac206dffe24f9b1a24b288017e9b5c7c4ab Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:41:24 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20action=20softprop?= =?UTF-8?q?s/action-gh-release=20(b430933=20=E2=86=92=20718ea10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1dea13..2f2b1eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-linux.zip @@ -199,7 +199,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-windows.zip @@ -262,7 +262,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-macos.zip