From 29f19a1809781aca8a3a212464d7ff0d2a7271a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:17:55 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cd791e34c..95ae90bcfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: "Place wintun.dll" run: cp deps/wintun/bin/amd64/wintun.dll ./ - name: build - uses: goreleaser/goreleaser-action@v7.1.0 + uses: goreleaser/goreleaser-action@v7.2.1 env: BUILD_ENV: "development" with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d390109da..fca14eb827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit - uses: goreleaser/goreleaser-action@v7.1.0 + uses: goreleaser/goreleaser-action@v7.2.1 with: distribution: goreleaser-pro version: "~> v2" @@ -143,7 +143,7 @@ jobs: overwrite: true - name: Github release if: steps.cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/master' - uses: goreleaser/goreleaser-action@v7.1.0 + uses: goreleaser/goreleaser-action@v7.2.1 with: distribution: goreleaser-pro version: "~> v2"