Skip to content

Commit 1934140

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

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
@@ -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

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

0 commit comments

Comments
 (0)