From f7a2327839850dca62f7d763d6ae16b8419f36eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:33:37 +0000 Subject: [PATCH 1/2] Bump crazy-max/ghaction-chocolatey from 2 to 3 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey 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 2ac230b..8666b8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: - uses: actions/checkout@v4 - name: Choco Install curl - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install curl -y --limit-output From 1b89e47060658597ce7852a93a8f9a8a3fb789b2 Mon Sep 17 00:00:00 2001 From: GollyTicker Date: Tue, 12 Sep 2023 13:18:51 +0200 Subject: [PATCH 2/2] Remove deprecated goreleaser option which is now default. --- template.goreleaser.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/template.goreleaser.yaml b/template.goreleaser.yaml index 3310d61..72bab77 100644 --- a/template.goreleaser.yaml +++ b/template.goreleaser.yaml @@ -22,7 +22,6 @@ builds: # https://goreleaser.com/customization/archive/ archives: - format: zip - rlcp: true # See: https://goreleaser.com/deprecations/#archivesrlcp files: # NOTE: These files are listed again in the packages below. Keep them synced! # binary is added implicitly