Skip to content

Commit 402444e

Browse files
authored
Merge pull request #159 from tv2-oss/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents adc2aeb + da1c500 commit 402444e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v4
2525
with:
2626
go-version-file: "go.mod"
2727
cache: true
@@ -52,7 +52,7 @@ jobs:
5252
password: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Set up Go
55-
uses: actions/setup-go@v3
55+
uses: actions/setup-go@v4
5656
with:
5757
go-version-file: "go.mod"
5858
cache: true

.github/workflows/chart-lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Check CRD update
6666

6767
- name: Set up Go
68-
uses: actions/setup-go@v3
68+
uses: actions/setup-go@v4
6969
with:
7070
go-version-file: "go.mod"
7171
cache: true

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v4
1717
with:
1818
go-version-file: "go.mod"
1919
cache: true

.github/workflows/getting-started-usecase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v4
1717
with:
1818
go-version-file: "go.mod"
1919
cache: true

.github/workflows/pr-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v4
1717
with:
1818
go-version-file: "go.mod"
1919
cache: true
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141

42-
- uses: actions/setup-go@v3
42+
- uses: actions/setup-go@v4
4343
with:
4444
go-version-file: "go.mod"
4545
cache: true
@@ -64,7 +64,7 @@ jobs:
6464
uses: docker/setup-qemu-action@v2
6565

6666
- name: Set up Go
67-
uses: actions/setup-go@v3
67+
uses: actions/setup-go@v4
6868
with:
6969
go-version-file: "go.mod"
7070
cache: true

0 commit comments

Comments
 (0)