From 81d78361f2f21336cc6d1185c0bdeb66a5ef29eb Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Thu, 28 Aug 2025 07:34:47 -0400 Subject: [PATCH] Automated commit made by MassInstallAction.jl --- .github/workflows/downgrade.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/downgrade.yml b/.github/workflows/downgrade.yml index e0e4eff..e3a2b80 100644 --- a/.github/workflows/downgrade.yml +++ b/.github/workflows/downgrade.yml @@ -21,9 +21,9 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} - - uses: julia-actions/julia-downgrade-compat@v1 + - uses: julia-actions/julia-downgrade-compat@v2 with: - skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Statistics,Printf,Combinatorics,Random,PrecompileTools,SparseArrays,DelimitedFiles + skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1