Skip to content

Commit 0848b37

Browse files
committed
github: bump actions
1 parent 4249d63 commit 0848b37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
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

0 commit comments

Comments
 (0)