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 2626 python-version : [3.8, 3.9]
2727
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 with :
3131 submodules : recursive
3232 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1313 run : |
1414 sudo apt-get update
1515 sudo apt-get install -y dvisvgm preview-latex-style texlive texlive-fonts-extra texlive-latex-extra
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 with :
1818 submodules : recursive
1919 - name : Set up Python 3.8
Original file line number Diff line number Diff line change 99 publish_jedi :
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 # Setup .npmrc file to publish to npm
1414 - uses : actions/setup-node@v3
1515 with :
You can’t perform that action at this time.
0 commit comments