Skip to content

Commit d65d9e1

Browse files
chore(deps): update actions/setup-go action to v5
1 parent 8b9acd4 commit d65d9e1

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