From a9379e733dcae4cf7d14460ca83303e8be374072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 19 Dec 2023 13:02:14 +0100 Subject: [PATCH] Update Github action workflow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d1ee96b..b52714ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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: @@ -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'