Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
version: ${{ matrix.version }}

- uses: julia-actions/cache@9a93c5fb3e9c1c20b60fc80a478cae53e38618a4 # v3.0.2
- uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3.1.0

- name: Install dependencies
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
Expand All @@ -68,7 +68,7 @@ jobs:
with:
version: '1.10' # 1.10 = current LTS

- uses: julia-actions/cache@9a93c5fb3e9c1c20b60fc80a478cae53e38618a4 # v3.0.2
- uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3.1.0

- name: Install dependencies
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: julia-actions/setup-julia@4c0cb0fce8556fdb04a90347310e5db8b1f98fb9 # v2.7.0
with:
version: 'lts'
- uses: julia-actions/cache@9a93c5fb3e9c1c20b60fc80a478cae53e38618a4 # v3.0.2
- uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3.1.0
- name: Install dependencies
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate(); Pkg.precompile()"
- name: Remove an old versions.json if one happens to be lying around
Expand Down
Loading