From 8fde1214e71a5d883af4b7f1047c915001ad4556 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 11 Aug 2024 12:10:32 -0400 Subject: [PATCH] CI: Change `setup-julia@latest` to `setup-julia@v2` --- .github/workflows/Documenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index fd3ca33..e69d89c 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@latest + - uses: julia-actions/setup-julia@v2 with: version: '1' - name: Install dependencies