Skip to content

Commit 3dea49f

Browse files
chore(deps): update actions/setup-go action to v3 (#118)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 500c903 commit 3dea49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
with: { repository: 'sourcegraph/sourcegraph' }
12-
- uses: actions/setup-go@v2
12+
- uses: actions/setup-go@v3
1313
with: { go-version: '1.17' }
1414

1515
- run: ./dev/pr-auditor/check-pr.sh

0 commit comments

Comments
 (0)