Skip to content

Commit 0e425d8

Browse files
authored
Merge pull request #98 from sourcegraph/batch-changes/dax/update-checkout-v3
ci: update to actions/checkout@v3
2 parents 66d0c07 + c8d3c1f commit 0e425d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
index:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- name: Setup Node.js
1010
uses: actions/setup-node@v2
1111
with:

0 commit comments

Comments
 (0)