Skip to content

Commit d96ab8b

Browse files
daxmc99Sourcegraph
andauthored
batch changes - update checkout v2 to v3 (#313)
Co-authored-by: Sourcegraph <[email protected]>
1 parent 5862c04 commit d96ab8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Use Node.js
1414
uses: actions/setup-node@v1
1515
with:

.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' }

0 commit comments

Comments
 (0)