Skip to content

Commit ef5dffd

Browse files
committed
chore(deps): update actions/setup-go action to v5
1 parent 4dafc55 commit ef5dffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
language: [ 'go', 'typescript' ]
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: actions/setup-go@v4
23+
- uses: actions/setup-go@v5
2424
with:
2525
# Avoid https://github.com/github/codeql/issues/13992
2626
go-version-file: go.mod

0 commit comments

Comments
 (0)