Skip to content

Commit 0787a7e

Browse files
chore(deps): update actions/setup-go action to v5
1 parent 70bab97 commit 0787a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auditor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
repository: 'sourcegraph/pr-auditor'
15-
- uses: actions/setup-go@v4
15+
- uses: actions/setup-go@v5
1616
with: { go-version: '1.21' }
1717

1818
- run: './check-pr.sh'

0 commit comments

Comments
 (0)