Skip to content

Commit

Permalink
Update Github action workflow (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jan 25, 2024
1 parent 58f9d01 commit e81509d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: windows-latest
arch: x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -37,7 +37,7 @@ jobs:
env:
DATADEPS_ALWAYS_ACCEPT: true # For MLDatasets.MNIST
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: lcov.info
docs:
Expand All @@ -47,7 +47,7 @@ jobs:
# Fix for Plots with GR backend, see https://github.com/jheinen/GR.jl/issues/422
GKSwstype: nul
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down

0 comments on commit e81509d

Please sign in to comment.