diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b153204..794b733 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false - - uses: julia-actions/install-juliaup@2ad49a51b33d519705c111f7b6fe9d069f356da5 # v2.0.2 + - uses: julia-actions/install-juliaup@d802ef25208c874a43306162ec929b54e2eeac3b # v2.1.0 with: channel: "${{ matrix.version }}" - uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde # v2.0.1 @@ -84,7 +84,7 @@ jobs: with: persist-credentials: false - - uses: julia-actions/install-juliaup@2ad49a51b33d519705c111f7b6fe9d069f356da5 # v2.0.2 + - uses: julia-actions/install-juliaup@d802ef25208c874a43306162ec929b54e2eeac3b # v2.1.0 with: channel: "${{ matrix.version }}"