diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6a0b08..63a4b66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: ### Clean (not cleanall!): - run: make clean ### Make sure there are no uncommited changes - - uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 + - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 with: version: '1' - run: git --no-pager status @@ -263,7 +263,7 @@ jobs: # - run: npm install --package-lock-only - run: npm install ### Make sure there are no uncommited changes - - uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037 + - uses: julia-actions/setup-julia@512e2ab44f5848ea62bddd21d1ee906e989b0360 with: version: '1' - run: git --no-pager status