Skip to content

Commit 25189d9

Browse files
daxmc99Sourcegraph
andauthored
ci: update to actions/checkout@v3 (#893)
* batch changes - update checkout v2 to v3 * Update pr-auditor.yml * Update pr-auditor.yml --------- Co-authored-by: Sourcegraph <batch-changes@sourcegraph.com>
1 parent 974605c commit 25189d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
with:
13-
repository: 'sourcegraph/pr-auditor'
12+
with: { repository: 'sourcegraph/pr-auditor' }
1413
- uses: actions/setup-go@v4
1514
with: { go-version: '1.20' }
1615

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
dispatch:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/setup-go@v2
1616
with:
1717
go-version: "^1.19"

0 commit comments

Comments
 (0)