From 2ea1dae77dc014e68d556a9b78794a0c4c6b06ff Mon Sep 17 00:00:00 2001 From: benedict-96 Date: Mon, 4 Dec 2023 16:35:53 +0100 Subject: [PATCH] Removed the with version 1. This is not in the GI Documenter.yml file and hopefully not needed. --- .github/workflows/Documenter.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 172c0dcff..e3df5d1d8 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -12,10 +12,8 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 - with: - version: '1' + - uses: actions/checkout@v3 + - uses: julia-actions/setup-julia@latest - name: Install dependencies run: | julia --project=docs -e '