Skip to content

Commit 403bd21

Browse files
Update actions/setup-go action to v6.4.0 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f774263 commit 403bd21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6.0.2
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v6.2.0
23+
uses: actions/setup-go@v6.4.0
2424
with:
2525
go-version: '1.25.7'
2626

@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Set up Go
51-
uses: actions/setup-go@v6.2.0
51+
uses: actions/setup-go@v6.4.0
5252
with:
5353
go-version: '1.25.7'
5454

0 commit comments

Comments
 (0)