This repository was archived by the owner on Jul 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 container : sourcegraph/lsif-node
88 steps :
9- - uses : actions/checkout@v1
9+ - uses : actions/checkout@v3
1010 - name : Install dependencies
1111 run : yarn install
1212 - name : Generate LSIF data
Original file line number Diff line number Diff line change 77 run :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v3
1111 with : { repository: 'sourcegraph/sourcegraph' }
1212 - uses : actions/setup-go@v2
1313 with : { go-version: '1.17' }
Original file line number Diff line number Diff line change 1111 steps :
1212 -
1313 name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 -
1616 name : Set up Docker Buildx
1717 uses : docker/setup-buildx-action@v1
Original file line number Diff line number Diff line change 99 release-image :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - uses : docker/setup-buildx-action@v1
1414 - uses : actions/setup-node@v2
1515 with :
1919 run : |
2020 git config --global user.email "bot@sourcegraph.org"
2121 git config --global user.name "Sourcegraph Bot"
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - name : Get the tag version
2424 run : echo "NEW_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
2525 - run : yarn version --no-git-tag-version --new-version ${{ env.NEW_VERSION }}
You can’t perform that action at this time.
0 commit comments