Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit d4cec3a

Browse files
chore(deps): update actions/checkout action to v2 (#324)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b52ee90 commit d4cec3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-node
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
1010
- name: Install dependencies
1111
run: yarn install
1212
- name: Generate LSIF data

0 commit comments

Comments
 (0)