From dd201ce6894221e4d6d76080ee7500c06a38af1c Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Sun, 7 Jun 2026 07:02:06 -0400 Subject: [PATCH] Drop allow-reresolve input from downgrade workflow(s) The reusable SciML/.github downgrade workflows now always use allow_reresolve: false and no longer accept an allow-reresolve input (see SciML/.github#71). Remove the now-invalid input so this caller keeps working once @v1 is retagged. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Downgrade.yml | 1 - .github/workflows/DowngradeSublibraries.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index dac67f01..60a30367 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -17,5 +17,4 @@ jobs: with: julia-version: "1.10" skip: "Pkg,TOML" - allow-reresolve: false secrets: "inherit" diff --git a/.github/workflows/DowngradeSublibraries.yml b/.github/workflows/DowngradeSublibraries.yml index 9dbb46c6..6fba9003 100644 --- a/.github/workflows/DowngradeSublibraries.yml +++ b/.github/workflows/DowngradeSublibraries.yml @@ -20,4 +20,3 @@ jobs: with: julia-version: "lts" skip: "Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils,Random,Test,DataDrivenDiffEq" - allow-reresolve: true