Skip to content

Commit f24619e

Browse files
Apply suggestion from @JoshuaLampert
1 parent ebb354c commit f24619e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version: ${{ matrix.version }}
4949
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
5050
- uses: julia-actions/cache@v2
51-
- uses: julia-actions/julia-downgrade-compat@v2
51+
- uses: julia-actions/julia-downgrade-compat@v1
5252
with:
5353
skip: LinearAlgebra,Printf,SparseArrays,DelimitedFiles,Test
5454
projects: ., test

0 commit comments

Comments
 (0)