Skip to content

Commit 551d2f7

Browse files
build(deps): bump the gha group across 1 directory with 2 updates
Bumps the gha group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [google-github-actions/auth](https://github.com/google-github-actions/auth). Updates `actions/setup-go` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.1...v5.0.2) Updates `google-github-actions/auth` from 2.1.3 to 2.1.4 - [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@v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch 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 42c9324 commit 551d2f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
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].1
37+
uses: actions/[email protected].2
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].1
62+
uses: actions/[email protected].2
6363
with:
6464
go-version: ${{ env.GOVERSION }}
6565

@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- id: "auth"
113113
name: "Authenticate to Google Cloud"
114-
uses: "google-github-actions/[email protected].3"
114+
uses: "google-github-actions/[email protected].4"
115115
with:
116116
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
117117
service_account: "[email protected]"

0 commit comments

Comments
 (0)