Skip to content

Commit f274057

Browse files
authored
Merge pull request #128 from nais/dependabot/github_actions/gh-4f635245a9
build(deps): bump the gh group across 1 directory with 3 updates
2 parents 4da19e0 + d3ae7e1 commit f274057

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build.yaml

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

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

@@ -72,7 +72,7 @@ jobs:
7272
app-id: ${{ secrets.NAIS_APP_ID }}
7373
repo: nais/homebrew-tap
7474
- name: Run GoReleaser
75-
uses: goreleaser/goreleaser-action@v5
75+
uses: goreleaser/goreleaser-action@v6
7676
with:
7777
distribution: goreleaser
7878
version: v1.7.0
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- id: "auth"
9696
name: "Authenticate to Google Cloud"
97-
uses: "google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c" # ratchet:google-github-actions/[email protected]
97+
uses: "google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa" # ratchet:google-github-actions/[email protected]
9898
with:
9999
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
100100
service_account: "[email protected]"

0 commit comments

Comments
 (0)