From e2d9c9e6c3e7d0feddcd30f328624e0c448823d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:53:12 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 3 to 6 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/windows.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index d930a0cc..9e5cebb5 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -102,7 +102,7 @@ jobs: target/wix/komorebi-*.msi retention-days: 7 - name: Check GoReleaser - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v6 env: GORELEASER_CURRENT_TAG: v0.1.28 with: @@ -136,7 +136,7 @@ jobs: if ! type kokai >/dev/null; then cargo install --locked kokai --force; fi kokai release --no-emoji --add-links github:commits,issues --ref "$(git tag --points-at HEAD)" >"CHANGELOG.md" - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v6 if: startsWith(github.ref, 'refs/tags/v') with: version: latest