Skip to content

Commit 159256c

Browse files
committed
update action versions, add patch to testing
1 parent c41dc7c commit 159256c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on:
33
push:
44
branches:
55
- main
6+
- patch
67
paths-ignore:
78
- '**.md'
89
- '**.cff'
910
- 'JOSS/**'
1011
pull_request:
1112
branches:
1213
- main
14+
- patch
1315
paths-ignore:
1416
- '**.md'
1517
- '**.cff'
@@ -29,12 +31,12 @@ jobs:
2931
arch:
3032
- x64
3133
steps:
32-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3335
- uses: julia-actions/setup-julia@v1
3436
with:
3537
version: ${{ matrix.version }}
3638
arch: ${{ matrix.arch }}
37-
- uses: actions/cache@v1
39+
- uses: actions/cache@v3
3840
env:
3941
cache-name: cache-artifacts
4042
with:
@@ -49,7 +51,7 @@ jobs:
4951
with:
5052
prefix: xvfb-run
5153
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v2
54+
- uses: codecov/codecov-action@v3
5355
with:
5456
files: lcov.info
5557

0 commit comments

Comments
 (0)