diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 71eb814a..04ae60e5 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Julia uses: julia-actions/setup-julia@v2 - name: Pull Julia cache - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Install documentation dependencies # for GLMakie plots run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev - name: Install documentation dependencies