Skip to content

Commit bcce7da

Browse files
chore(ci): update actions/setup-go digest (4469467 → 4dc6199) (#2365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3055dc2 commit bcce7da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- .github/workflows/golangci-lint.yml
3232
3333
- name: Setup Go
34-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
34+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3535
if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}}
3636
with:
3737
go-version-file: "go.mod"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Setup Go
2929
if: ${{ steps.filter.outputs.go == 'true' }}
30-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
30+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3131
with:
3232
go-version-file: "go.mod"
3333
cache-dependency-path: "**/*.sum"
@@ -64,7 +64,7 @@ jobs:
6464
- '**/*.go'
6565
6666
- name: Setup Go
67-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
67+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
6868
with:
6969
go-version-file: "go.mod"
7070
cache-dependency-path: "**/*.sum"

.github/workflows/testacc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ref: ${{ github.event.inputs.ref || github.ref}}
4242

4343
- name: Setup Go
44-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
44+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
4545
with:
4646
go-version-file: "go.mod"
4747
cache-dependency-path: "**/*.sum"

0 commit comments

Comments
 (0)