We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dada7 commit c8b23ebCopy full SHA for c8b23eb
.github/workflows/pr-auditor.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
repository: 'sourcegraph/devx-service'
15
token: ${{ secrets.PR_AUDITOR_TOKEN }}
16
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
17
with: { go-version: '1.22' }
18
19
- run: 'go run ./cmd/pr-auditor'
0 commit comments