Skip to content

Commit f7620cc

Browse files
Update actions/setup-go action to v6
1 parent 9829f26 commit f7620cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/editorconfiglint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
16-
- uses: actions/setup-go@v5
16+
- uses: actions/setup-go@v6
1717
- run: go install github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@latest
1818
- run: ~/go/bin/editorconfig-checker

0 commit comments

Comments
 (0)