From 1d4e9d2b67d6654440e9f98bfe1e42883cbcf254 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Tue, 30 Apr 2024 13:25:40 +0200 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83a8943..8eda595 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 + - uses: actions/checkout@v4 + - uses: julia-actions/setup-julia@v2 with: version: '1' - run: |