diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 3eb7a18..d9ff6d5 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -15,7 +15,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@ac0d62164df5a47de404f4e96ce86a1a28a28d56 + uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 with: version: '1' arch: ${{ runner.arch }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 438b3ed..7901c8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - - uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56 + - uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874 with: version: '${{ matrix.version }}' - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c