Skip to content

Commit c9abafb

Browse files
committed
Update Github action workflow
1 parent 209040f commit c9abafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: windows-latest
1818
arch: x64
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: julia-actions/setup-julia@v1
2222
with:
2323
version: ${{ matrix.version }}
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
DATADEPS_ALWAYS_ACCEPT: true # For MLDatasets.MNIST
3939
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v1
40+
- uses: codecov/codecov-action@v3
4141
with:
4242
file: lcov.info
4343
docs:
@@ -47,7 +47,7 @@ jobs:
4747
# Fix for Plots with GR backend, see https://github.com/jheinen/GR.jl/issues/422
4848
GKSwstype: nul
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151
- uses: julia-actions/setup-julia@v1
5252
with:
5353
version: '1'

0 commit comments

Comments
 (0)