File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check out code
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 submodules : recursive
3232 - name : Install pnpm
3939 - name : Install pnpm dependencies
4040 run : pnpm install
4141 - name : Checkout ab (optional)
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 repository : lichess-org/ab
4545 ssh-key : ${{ secrets.id_rsa_ab }}
Original file line number Diff line number Diff line change 1414 validate-flair :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - run : sudo apt-get update && sudo apt-get install -y imagemagick
1919 - run : ./bin/validate-flair public/flair/img/
Original file line number Diff line number Diff line change 2323 - lint
2424 - check-format
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : pnpm/action-setup@v4
2828 - uses : actions/setup-node@v6
2929 with :
3535 codeql :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - uses : github/codeql-action/init@v4
4040 with :
4141 languages : javascript
Original file line number Diff line number Diff line change 3737 matrix :
3838 java-version : [21, 25]
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : actions/setup-java@v5
4242 with :
4343 distribution : temurin
6161 format :
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 - uses : actions/setup-java@v5
6666 with :
6767 distribution : temurin
Original file line number Diff line number Diff line change 1616 translations :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Install xmllint
2121 run : sudo apt-get update && sudo apt-get install -y libxml2-utils
2222 - name : Validate translation files
You can’t perform that action at this time.
0 commit comments