Skip to content

Commit fb5211d

Browse files
renovate[bot]muhlba91
authored andcommitted
chore(deps): update actions/setup-go action to v6.3.0
1 parent 51930fd commit fb5211d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
fetch-depth: 0
5959

60-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
60+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
6161
with:
6262
go-version: "${{ matrix.go-version }}"
6363
cache-dependency-path: "**/*.sum"
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
fetch-depth: 0
121121

122-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
122+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
123123
with:
124124
go-version: "${{ matrix.go-version }}"
125125
cache-dependency-path: "**/*.sum"

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Install Go
48-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
48+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4949
with:
5050
go-version: "${{ matrix.go-version }}"
5151
cache-dependency-path: "**/*.sum"
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Install Go
96-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
96+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
9797
with:
9898
go-version: "${{ matrix.go-version }}"
9999
cache-dependency-path: "**/*.sum"

0 commit comments

Comments
 (0)