diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76ed0ba..54de3b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: - name: Upload Windows service SNAPSHOT if: steps.branch-names.outputs.current_branch == 'main' - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4227c35..cff2cfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: git push origin main - name: Upload released assets - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }}