Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 76f1143

Browse files
daxmc99Sourcegraph
andauthored
batch changes - update checkout v2 to v3 (#262)
Co-authored-by: Sourcegraph <batch-changes@sourcegraph.com>
1 parent 66365ac commit 76f1143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lsif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
container: sourcegraph/lsif-go
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- name: Generate LSIF data
1111
run: lsif-go
1212
- name: Upload LSIF data

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-pr:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with: { repository: 'sourcegraph/sourcegraph' }
1313
- uses: actions/setup-go@v2
1414
with: { go-version: '1.18' }

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
-
1616
name: Unshallow
1717
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)