We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2cc96 commit 6adfd58Copy full SHA for 6adfd58
1 file changed
.github/workflows/ci.yml
@@ -27,12 +27,12 @@ jobs:
27
arch:
28
- x64
29
steps:
30
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
31
- uses: julia-actions/setup-julia@v1
32
with:
33
version: ${{ matrix.version }}
34
arch: ${{ matrix.arch }}
35
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
36
env:
37
cache-name: cache-artifacts
38
@@ -68,7 +68,7 @@ jobs:
68
name: Documentation
69
runs-on: ubuntu-latest
70
71
72
# TexLive installation
73
- name: Install TexLive
74
run: sudo apt-get install pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex
0 commit comments