File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 if : runner.os == 'Windows'
2727 run :
2828 git config --global core.autocrlf false
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - uses : julia-actions/setup-julia@v2
3131 with :
3232 version : ${{ matrix.version }}
3333 arch : ${{ matrix.arch }}
34- - uses : actions/cache@v1
34+ - uses : actions/cache@v2
3535 env :
3636 cache-name : cache-artifacts
3737 with :
Original file line number Diff line number Diff line change 1010 name : Documentation
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - 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
15- - uses : julia-actions/setup-julia@v1
15+ - uses : julia-actions/setup-julia@v2
1616 with :
1717 version : " 1.11"
1818 - uses : julia-actions/cache@v2
You can’t perform that action at this time.
0 commit comments