From a9556de412b8f223157bfac9662e028f17943d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:23:29 +0000 Subject: [PATCH] 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 04df4045..d6d75124 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: with: go-version: "stable" - name: Install UPX - uses: crazy-max/ghaction-upx@v2 + uses: crazy-max/ghaction-upx@v3 with: install-only: true # only run this step when the tag is not already created