Skip to content

Commit 9b56d81

Browse files
chore(deps): update actions/setup-go action to v5
1 parent d468d07 commit 9b56d81

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
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
with:
1313
repository: 'sourcegraph/pr-auditor'
14-
- uses: actions/setup-go@v4
14+
- uses: actions/setup-go@v5
1515
with: { go-version: '1.20' }
1616
- run: './check-pr.sh'
1717
env:

0 commit comments

Comments
 (0)