Skip to content

Commit 216318c

Browse files
chore(deps): update actions/setup-go action to v5
1 parent b0c2375 commit 216318c

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
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'sourcegraph/devx-service'
1515
token: ${{ secrets.PR_AUDITOR_TOKEN }}
16-
- uses: actions/setup-go@v4
16+
- uses: actions/setup-go@v5
1717
with: { go-version: '1.22' }
1818

1919
- run: 'go run ./cmd/pr-auditor'

0 commit comments

Comments
 (0)