From a451281866fea0b4692dad75a87331b4775f005c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:47:22 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-upx from 2 to 3 Bumps [crazy-max/ghaction-upx](https://github.com/crazy-max/ghaction-upx) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-upx/releases) - [Commits](https://github.com/crazy-max/ghaction-upx/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-upx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7126a507..2da26658 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: echo "install task" go install github.com/go-task/task/v3/cmd/task@latest - name: install upx - uses: crazy-max/ghaction-upx@v2 + uses: crazy-max/ghaction-upx@v3 with: install-only: true - name: Run GoReleaser