File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : julia-actions/setup-julia@v2
1515 with :
1616 version : ' 1'
Original file line number Diff line number Diff line change 3636 - os : macOS-14
3737 arch : x64
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040 - uses : julia-actions/setup-julia@v2
4141 with :
4242 version : ${{ matrix.version }}
6161 name : Documentation
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v6
6565 - uses : julia-actions/setup-julia@v2
6666 with :
6767 version : ' 1'
Original file line number Diff line number Diff line change 1313 auto-update :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 - name : install pre-commit
1919 run : pip install pre-commit
Original file line number Diff line number Diff line change 88 name : run pre-commit
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - uses : julia-actions/setup-julia@v2
1313 with :
1414 version : 1
You can’t perform that action at this time.
0 commit comments