Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 3071d30

Browse files
chore(deps): update actions/setup-go digest to 0a12ed9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c112ec3 commit 3071d30

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/next-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Go
7373
# run this stage only if there are changes that match the includes and not the excludes
7474
if: ${{ env.CHANGES != '' }}
75-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
75+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
7676
with:
7777
go-version-file: 'go.mod'
7878

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: git switch ${{ matrix.branch }}
3434

3535
- name: Setup Go
36-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
36+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
3737
with:
3838
go-version-file: 'go.mod'
3939

.github/workflows/pr-bundle-diff-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
ref: ${{ github.event.pull_request.head.ref }}
5757

5858
- name: Setup Go
59-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
59+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
6060
with:
6161
go-version-file: 'go.mod'
6262

.github/workflows/pr-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Setup Go
8787
# run this stage only if there are changes that match the includes and not the excludes
8888
if: ${{ env.CHANGES != '' }}
89-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
89+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
9090
with:
9191
go-version-file: 'go.mod'
9292

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
} >> "$GITHUB_ENV"
5151
5252
- name: Setup Go
53-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
53+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
5454
with:
5555
go-version-file: 'go.mod'
5656

0 commit comments

Comments
 (0)