File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 # - v16 EOL: Apr 30 2024
1616 # - v18 EOL: Apr 30 2025
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Use Node.js ${{ matrix.node-version }}
2020 uses : actions/setup-node@v3
2121 with :
2525 lint :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - run : yarn install
3030 - run : yarn run prettier-check
3131 - run : yarn run eslint
Original file line number Diff line number Diff line change 99 release-image :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : docker/setup-buildx-action@v2
1414 - uses : actions/setup-node@v3
1515 with :
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - run : yarn install
1313 - run : yarn global add ts-node @sourcegraph/src
1414 - run : ts-node src/main.ts index
You can’t perform that action at this time.
0 commit comments