Skip to content

Commit dfdd46a

Browse files
authored
Merge pull request #2382 from sustainable-computing-io/dependabot/github_actions/github-actions-628ed7aee3
chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 in the github-actions group
2 parents 350ca8a + 6337e5a commit dfdd46a

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/check-x-crypto-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ github.event.pull_request.base.ref }}:${{ github.event.pull_request.base.ref }}
2727
2828
- name: setup go
29-
uses: actions/setup-go@v6.1.0
29+
uses: actions/setup-go@v6.2.0
3030
with:
3131
go-version-file: go.mod
3232
cache: false

.github/workflows/k8s-bm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Setup Go
45-
uses: actions/setup-go@v6.1.0
45+
uses: actions/setup-go@v6.2.0
4646
with:
4747
go-version-file: go.mod
4848
cache: false

.github/workflows/pr-checks.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v6
3535

3636
- name: setup go
37-
uses: actions/setup-go@v6.1.0
37+
uses: actions/setup-go@v6.2.0
3838
with:
3939
go-version-file: go.mod
4040

@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v6
5252

5353
- name: setup go
54-
uses: actions/setup-go@v6.1.0
54+
uses: actions/setup-go@v6.2.0
5555
with:
5656
go-version-file: go.mod
5757
cache: false
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v6
7373

7474
- name: setup go
75-
uses: actions/setup-go@v6.1.0
75+
uses: actions/setup-go@v6.2.0
7676
with:
7777
go-version-file: go.mod
7878
cache: false
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v6
8989

9090
- name: setup go
91-
uses: actions/setup-go@v6.1.0
91+
uses: actions/setup-go@v6.2.0
9292
with:
9393
go-version-file: go.mod
9494
cache: false
@@ -154,7 +154,7 @@ jobs:
154154
uses: actions/checkout@v6
155155

156156
- name: setup go
157-
uses: actions/setup-go@v6.1.0
157+
uses: actions/setup-go@v6.2.0
158158
with:
159159
go-version-file: go.mod
160160
cache: false

.github/workflows/profiling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Setup Go
42-
uses: actions/setup-go@v6.1.0
42+
uses: actions/setup-go@v6.2.0
4343
with:
4444
go-version-file: go.mod
4545
cache: false
@@ -143,7 +143,7 @@ jobs:
143143
uses: actions/checkout@v6
144144

145145
- name: Setup Go
146-
uses: actions/setup-go@v6.1.0
146+
uses: actions/setup-go@v6.2.0
147147
with:
148148
go-version-file: go.mod
149149
cache: false

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6
3131

3232
- name: Setup Go
33-
uses: actions/setup-go@v6.1.0
33+
uses: actions/setup-go@v6.2.0
3434
with:
3535
go-version-file: go.mod
3636
cache: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Setup Go
26-
uses: actions/setup-go@v6.1.0
26+
uses: actions/setup-go@v6.2.0
2727
with:
2828
go-version-file: go.mod
2929
cache: true

.github/workflows/test-and-codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Setup Go
24-
uses: actions/setup-go@v6.1.0
24+
uses: actions/setup-go@v6.2.0
2525
with:
2626
go-version-file: go.mod
2727

0 commit comments

Comments
 (0)