We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974605c commit 25189d9Copy full SHA for 25189d9
.github/workflows/pr-auditor.yml
@@ -9,8 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- with:
13
- repository: 'sourcegraph/pr-auditor'
+ with: { repository: 'sourcegraph/pr-auditor' }
14
- uses: actions/setup-go@v4
15
with: { go-version: '1.20' }
16
.github/workflows/update-tags.yml
@@ -11,7 +11,7 @@ jobs:
dispatch:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
17
go-version: "^1.19"
0 commit comments