Skip to content

Commit fd2e03c

Browse files
chore(deps): bump actions/setup-go from 6 to 7 (#1262)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a14757 commit fd2e03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
BASE_SHA: ${{ github.event.pull_request.base.sha }}
2727
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
2828
BEFORE_SHA: "${{ github.event.before }}"
29-
- uses: 'actions/setup-go@v6'
29+
- uses: 'actions/setup-go@v7'
3030
with:
3131
go-version: '1.20'
3232
- name: 'Install EditorConfig Lint'

0 commit comments

Comments
 (0)