Skip to content

Commit 9cedb97

Browse files
chore(deps): update actions/setup-go action to v6 (#133)
Co-authored-by: felix-renovate[bot] <143542247+felix-renovate[bot]@users.noreply.github.com>
1 parent b8a3f04 commit 9cedb97

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
21+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2222
with:
2323
go-version-file: go.mod
2424

@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
persist-credentials: false
4242

43-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
43+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
4444
with:
4545
go-version-file: go.mod
4646

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
persist-credentials: false
2121

22-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323
with:
2424
go-version-file: go.mod
2525

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
29+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3030
with:
3131
go-version-file: go.mod
3232
cache: false
@@ -58,7 +58,7 @@ jobs:
5858
fetch-tags: true
5959
persist-credentials: false
6060

61-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
61+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
6262
with:
6363
go-version-file: go.mod
6464
cache: false

0 commit comments

Comments
 (0)