diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 5ea60f4..e4ee926 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -16,7 +16,7 @@ jobs: run: which julia continue-on-error: true - name: Install Julia, but only if it is not already available in the PATH - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@latest with: version: '1' # arch: ${{ runner.arch }}