Skip to content

Commit 5aa348a

Browse files
Bump the all-github-actions group with 3 updates
Bumps the all-github-actions group with 3 updates: [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `crazy-max/ghaction-import-gpg` from 5 to 6 - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v5...v6) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5...v6) Updates `golangci/golangci-lint-action` from 5 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dac9297 commit 5aa348a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
go-version-file: "go.mod"
2222
cache: true
2323
- name: Import GPG key
24-
uses: crazy-max/ghaction-import-gpg@v5
24+
uses: crazy-max/ghaction-import-gpg@v6
2525
id: import_gpg
2626
with:
2727
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2828
passphrase: ${{ secrets.GPG_PASSPHRASE }}
2929
- name: Run GoReleaser
30-
uses: goreleaser/goreleaser-action@v5
30+
uses: goreleaser/goreleaser-action@v6
3131
with:
3232
args: release --clean
3333
env:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: go mod download
2525
- run: go build -v .
2626
- name: Run linters
27-
uses: golangci/golangci-lint-action@v5
27+
uses: golangci/golangci-lint-action@v6
2828
with:
2929
version: latest
3030

0 commit comments

Comments
 (0)