diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f071941..8c7aa49 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - 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: Build Package uses: julia-actions/julia-buildpkg@v1 @@ -55,7 +55,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install documentation dependencies run: | xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '