Skip to content

Commit 03d4359

Browse files
Update actions/checkout action to v2 (#363)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e824d80 commit 03d4359

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-go
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
1010
- name: Generate LSIF data
1111
run: lsif-go
1212
- name: Upload LSIF data

0 commit comments

Comments
 (0)