From f187b2b539fb473fd2c2eabc412a85096a07b92e Mon Sep 17 00:00:00 2001 From: Matt Rutkowski Date: Thu, 9 May 2024 16:42:10 -0500 Subject: [PATCH] Update go-release-action to latest version and dependencies Signed-off-by: Matt Rutkowski --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66e273cf..73c26598 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - goos: windows goarch: s390x steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Set build/link environment variables - name: Set APP_NAME env @@ -53,7 +53,7 @@ jobs: run: cyclonedx-gomod mod -json=true -output ${{env.SBOM_NAME}} # Release binaries in all GOOS/GOARCH combinations (with all config. files) - - uses: wangyoucao577/go-release-action@v1.39 + - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}