File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 ${{ github.event.workflow_run.event == 'pull_request' &&
2525 github.event.workflow_run.conclusion == 'success' }}
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828 # restore records from the artifacts
2929 - uses : dawidd6/action-download-artifact@v2
3030 with :
Original file line number Diff line number Diff line change 1616 if : contains(github.event.pull_request.labels.*.name, 'performance critical')
1717 steps :
1818 # setup
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 - uses : julia-actions/setup-julia@v1
2121 with :
2222 version : ' 1.7'
Original file line number Diff line number Diff line change 3535 - ' MultiOutput'
3636 - ' Others'
3737 steps :
38- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v4
3939 - uses : julia-actions/setup-julia@v1
4040 with :
4141 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout gh-pages branch
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v4
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121 - uses : julia-actions/setup-julia@latest
2222 with :
2323 version : ' 1'
Original file line number Diff line number Diff line change 1313 format :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - uses : julia-actions/setup-julia@v1
1818 with :
1919 version : 1
Original file line number Diff line number Diff line change 11# KernelFunctions.jl
22
3- ![ CI] ( https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/workflows/CI /badge.svg?branch=master )
3+ [ ![ CI] ( https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/actions/ workflows/ci.yml /badge.svg?branch=master )] ( https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/actions/workflows/ci.yml?query=branch%3Amaster )
44[ ![ codecov] ( https://codecov.io/gh/JuliaGaussianProcesses/KernelFunctions.jl/branch/master/graph/badge.svg?token=rmDh3gb7hN )] ( https://codecov.io/gh/JuliaGaussianProcesses/KernelFunctions.jl )
55[ ![ Documentation (stable)] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliagaussianprocesses.github.io/KernelFunctions.jl/stable )
66[ ![ Documentation (latest)] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliagaussianprocesses.github.io/KernelFunctions.jl/dev )
You can’t perform that action at this time.
0 commit comments