From e949cf438cd5343ca0c4be355e4094a87694f517 Mon Sep 17 00:00:00 2001 From: Michael Fliegner <12422482+michaelfliegner@users.noreply.github.com> Date: Sun, 12 May 2024 18:57:09 +0200 Subject: [PATCH] Update Documentation.yml --- .github/workflows/Documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 0760c03..ddc8658 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -25,9 +25,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: - version: '1' + version: '1.10' - run: | - run: | echo "Log level: ${{ github.event.inputs.logLevel }}"