From 066a9d6f0ae2726ddf2c27ca03475b7a9be30f2e Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 7 Jun 2026 08:30:09 -0400 Subject: [PATCH] ci: drop removed allow-reresolve input from Downgrade caller The central reusable workflow SciML/.github/.github/workflows/downgrade.yml@v1 was retagged and no longer declares an `allow-reresolve` input. Passing it from this caller's `with:` block causes the Downgrade job to error with an invalid-input failure. Remove the stale line so the caller matches the current v1 interface. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Downgrade.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 87580309..964f2c15 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -19,5 +19,4 @@ jobs: julia-version: "1.10" group: "Core" skip: "Pkg,TOML" - allow-reresolve: false secrets: "inherit"