Skip to content

Commit 02cb9ae

Browse files
Bump the actions-dependencies group across 1 directory with 2 updates
Bumps the actions-dependencies group with 2 updates in the / directory: [bufbuild/buf-action](https://github.com/bufbuild/buf-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `bufbuild/buf-action` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/bufbuild/buf-action/releases) - [Changelog](https://github.com/bufbuild/buf-action/blob/main/RELEASE.md) - [Commits](bufbuild/buf-action@b46cbc0...5150a1e) Updates `goreleaser/goreleaser-action` from 6.1.0 to 6.3.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@9ed2f89...9c156ee) --- updated-dependencies: - dependency-name: bufbuild/buf-action dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: goreleaser/goreleaser-action dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 073cd1f commit 02cb9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
with:
2323
go-version-file: go.mod
2424
cache: true
25-
- uses: bufbuild/buf-action@b46cbc051dd8fd10a3c2213e784498790d3fe388 # v1.0.3
25+
- uses: bufbuild/buf-action@5150a1eef5c10b6a5cf8a69fc872f24a09473195 # v1.1.1
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
token: ${{ secrets.BSR_TOKEN }}
2929
format: false
3030
lint: false
3131
breaking: false
3232
- name: GoReleaser
33-
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
33+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
3434
with:
3535
distribution: goreleaser
3636
version: "~> v2"

0 commit comments

Comments
 (0)