mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Bump goreleaser/goreleaser-action from 2.9.1 to 3 (#5972)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.9.1 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](b953231f81...68acf3b1ad)
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
98be6cfc29
commit
e8c61abc92
2 changed files with 2 additions and 2 deletions
2
.github/workflows/goreleaser-fleet.yaml
vendored
2
.github/workflows/goreleaser-fleet.yaml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: make deps-go
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b
|
||||
uses: goreleaser/goreleaser-action@68acf3b1adf004ac9c2f0a4259e85c5f66e99bef
|
||||
with:
|
||||
distribution: goreleaser-pro
|
||||
version: latest
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: make deps
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b
|
||||
uses: goreleaser/goreleaser-action@68acf3b1adf004ac9c2f0a4259e85c5f66e99bef
|
||||
with:
|
||||
distribution: goreleaser-pro
|
||||
version: latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue