Skip to content

Commit 5c7764d

Browse files
authored
chore(deps): update actions/setup-go action to v5.4.0 (#797)
1 parent fe34f1b commit 5c7764d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_any_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
src:
9595
- ${{ matrix.go-test-dir }}/**
9696
- if: steps.changes.outputs.src == 'true'
97-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
97+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
9898
with:
9999
go-version-file: ${{ matrix.go-test-dir }}/../go.mod
100100
- if: steps.changes.outputs.src == 'true'

.github/workflows/ci_main_branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
go-test-dir: ['anthos-bm-gcp-terraform/test/unit/']
8181
steps:
8282
- uses: actions/checkout@v4
83-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
83+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
8484
with:
8585
go-version-file: ${{ matrix.go-test-dir }}/../go.mod
8686
- name: Golang unit tests

.github/workflows/go-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- anthos-bm-gcp-terraform/test
4242
steps:
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
44+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4545
with:
4646
go-version-file: ${{ matrix.folder }}/go.mod
4747
cache-dependency-path: ${{ matrix.folder }}/go.sum

0 commit comments

Comments
 (0)