File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+ - patch
6
7
paths-ignore :
7
8
- ' **.md'
8
9
- ' **.cff'
9
10
- ' JOSS/**'
10
11
pull_request :
11
12
branches :
12
13
- main
14
+ - patch
13
15
paths-ignore :
14
16
- ' **.md'
15
17
- ' **.cff'
@@ -29,12 +31,12 @@ jobs:
29
31
arch :
30
32
- x64
31
33
steps :
32
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
33
35
- uses : julia-actions/setup-julia@v1
34
36
with :
35
37
version : ${{ matrix.version }}
36
38
arch : ${{ matrix.arch }}
37
- - uses : actions/cache@v1
39
+ - uses : actions/cache@v3
38
40
env :
39
41
cache-name : cache-artifacts
40
42
with :
49
51
with :
50
52
prefix : xvfb-run
51
53
- uses : julia-actions/julia-processcoverage@v1
52
- - uses : codecov/codecov-action@v2
54
+ - uses : codecov/codecov-action@v3
53
55
with :
54
56
files : lcov.info
55
57
You can’t perform that action at this time.
0 commit comments