From 170cc3615d16df8ccb197059ef23135b582be724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:07:27 +0000 Subject: [PATCH] chore(deps): update wangyoucao577/go-release-action action to v1.55 --- .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 89dafd3e..68aefe24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2 - name: Go Release Binaries (server) - uses: wangyoucao577/go-release-action@v1.20 + uses: wangyoucao577/go-release-action@v1.55 if: matrix.goarch != 'wasm' && matrix.goos != 'js' with: goversion: 1.16 @@ -42,7 +42,7 @@ jobs: asset_name: "mm2-tools-server-dev-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries (mm2-wasm) - uses: wangyoucao577/go-release-action@v1.20 + uses: wangyoucao577/go-release-action@v1.55 if: matrix.goarch == 'wasm' && matrix.goos == 'js' with: goversion: 1.16 @@ -59,7 +59,7 @@ jobs: asset_name: "mm2-tools-dev-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries (client) - uses: wangyoucao577/go-release-action@v1.20 + uses: wangyoucao577/go-release-action@v1.55 if: matrix.goarch != 'wasm' && matrix.goos != 'js' with: goversion: 1.16