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 24
24
${{ github.event.workflow_run.event == 'pull_request' &&
25
25
github.event.workflow_run.conclusion == 'success' }}
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
# restore records from the artifacts
29
29
- uses : dawidd6/action-download-artifact@v2
30
30
with :
Original file line number Diff line number Diff line change 16
16
if : contains(github.event.pull_request.labels.*.name, 'performance critical')
17
17
steps :
18
18
# setup
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- uses : julia-actions/setup-julia@v1
21
21
with :
22
22
version : ' 1.7'
Original file line number Diff line number Diff line change 35
35
- ' MultiOutput'
36
36
- ' Others'
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
39
39
- uses : julia-actions/setup-julia@v1
40
40
with :
41
41
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout gh-pages branch
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
with :
14
14
ref : gh-pages
15
15
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 17
17
build :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- uses : julia-actions/setup-julia@latest
22
22
with :
23
23
version : ' 1'
Original file line number Diff line number Diff line change 13
13
format :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
- uses : julia-actions/setup-julia@v1
18
18
with :
19
19
version : 1
Original file line number Diff line number Diff line change 1
1
# KernelFunctions.jl
2
2
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 )
4
4
[ ![ codecov] ( https://codecov.io/gh/JuliaGaussianProcesses/KernelFunctions.jl/branch/master/graph/badge.svg?token=rmDh3gb7hN )] ( https://codecov.io/gh/JuliaGaussianProcesses/KernelFunctions.jl )
5
5
[ ![ Documentation (stable)] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliagaussianprocesses.github.io/KernelFunctions.jl/stable )
6
6
[ ![ 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