From 113caa01de3e34aa7341e78b52f22fee8d8e750b Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:38:26 +0800 Subject: [PATCH] Fix: update dep to suppress warning --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 80a0f66..eb7934d 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -110,7 +110,7 @@ jobs: cp *.txt ./publish/ - name: Release and upload assets - uses: softprops/action-gh-release@v0.1.6 + uses: softprops/action-gh-release@v1 with: name: ${{ env.RELEASE_NAME }} tag_name: ${{ env.TAG_NAME }}