File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 run : |
1313 sudo apt update
1414 sudo apt install libreoffice-writer pandoc poppler-utils texlive
15- - uses : actions/checkout@v3
16- - uses : actions/setup-python@v4
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.x"
1919 cache : pip
@@ -29,14 +29,14 @@ jobs:
2929 run : |
3030 sudo apt update
3131 sudo apt install libreoffice-writer poppler-utils
32- - uses : actions/checkout@v3
33- - uses : actions/setup-python@v4
32+ - uses : actions/checkout@v4
33+ - uses : actions/setup-python@v5
3434 with :
3535 python-version : " 3.x"
3636 cache : pip
3737 - run : pip install .
3838 - run : cv pdf --backend=libreoffice < config.toml > cv.pdf
39- - uses : actions/upload-artifact@v3
39+ - uses : actions/upload-artifact@v4
4040 with :
4141 name : cv
4242 path : cv.pdf
You can’t perform that action at this time.
0 commit comments