File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 run : |
1212 Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1313 echo "DISPLAY=:99" >> $GITHUB_ENV
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : detect version
1616 uses : EndBug/version-check@v2
1717 id : check
Original file line number Diff line number Diff line change 1212 run : |
1313 Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1414 echo "DISPLAY=:99" >> $GITHUB_ENV
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - run : npm ci
1717 - run : npm test
1818 - name : clang-format (diff)
Original file line number Diff line number Diff line change 1313 run : |
1414 Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1515 echo "DISPLAY=:99" >> $GITHUB_ENV
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : read version
1818 id : version
1919 uses : martinbeentjes/npm-get-version-action@v1.3.1
You can’t perform that action at this time.
0 commit comments