Skip to content

Commit 302e1f1

Browse files
authored
Merge pull request enterprise-contract#1207 from enterprise-contract/dependabot/github_actions/actions/setup-go-5.1.0
2 parents 81c17c7 + cf1ec53 commit 302e1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-merge-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

4747
- name: Setup Go environment
48-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
48+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4949
with:
5050
go-version-file: go.mod
5151
cache: true

.github/workflows/push-bundles.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: Setup Go environment
52-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
52+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
5353
with:
5454
go-version-file: go.mod
5555
cache: true

0 commit comments

Comments
 (0)