We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209040f commit c9abafbCopy full SHA for c9abafb
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
os: windows-latest
18
arch: x64
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- uses: julia-actions/setup-julia@v1
22
with:
23
version: ${{ matrix.version }}
@@ -37,7 +37,7 @@ jobs:
37
env:
38
DATADEPS_ALWAYS_ACCEPT: true # For MLDatasets.MNIST
39
- uses: julia-actions/julia-processcoverage@v1
40
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
41
42
file: lcov.info
43
docs:
@@ -47,7 +47,7 @@ jobs:
47
# Fix for Plots with GR backend, see https://github.com/jheinen/GR.jl/issues/422
48
GKSwstype: nul
49
50
51
52
53
version: '1'
0 commit comments