Skip to content

Commit d3a7cea

Browse files
chore(deps): update actions/setup-go action to v6 (#2610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e8b84e commit d3a7cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: ./gradlew testNpm
7676
- name: Setup go
7777
if: matrix.kind == 'shfmt'
78-
uses: actions/setup-go@v5
78+
uses: actions/setup-go@v6
7979
with:
8080
go-version: 'stable'
8181
- name: Install shfmt

0 commit comments

Comments
 (0)