diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cbc971..584605f 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@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0 + - uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1 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@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0 + - uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1 with: version: '1' - run: git --no-pager status