Skip to content

Commit d259149

Browse files
build(deps): bump the gha group across 1 directory with 3 updates
Bumps the gha group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [google-github-actions/auth](https://github.com/google-github-actions/auth). Updates `actions/setup-go` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.0...v5.0.1) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5...v6) Updates `google-github-actions/auth` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@55bd3a7...71fee32) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09512f2 commit d259149

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Extract version of Go to use
3535
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
3636
- name: Set up Go
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838
with:
3939
go-version: ${{ env.GOVERSION }}
4040

@@ -59,7 +59,7 @@ jobs:
5959
- name: Extract version of Go to use
6060
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
6161
- name: Set up Go
62-
uses: actions/[email protected].0
62+
uses: actions/[email protected].1
6363
with:
6464
go-version: ${{ env.GOVERSION }}
6565

@@ -89,7 +89,7 @@ jobs:
8989
repo: nais/scoop-bucket
9090

9191
- name: Run GoReleaser
92-
uses: goreleaser/goreleaser-action@v5
92+
uses: goreleaser/goreleaser-action@v6
9393
with:
9494
distribution: goreleaser
9595
version: v1.7.0
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- id: "auth"
113113
name: "Authenticate to Google Cloud"
114-
uses: "google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c" # ratchet:google-github-actions/[email protected]
114+
uses: "google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa" # ratchet:google-github-actions/[email protected]
115115
with:
116116
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
117117
service_account: "[email protected]"

0 commit comments

Comments
 (0)