From acccb52724c73512f41ab22334ec2b92a3054a38 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Sun, 7 Jun 2026 08:00:06 -0400 Subject: [PATCH] Remove allow-reresolve input from central downgrade caller The allow-reresolve input is no longer accepted by the centralized SciML/.github downgrade.yml reusable workflow. Drop it from the with: block of the central caller in Downgrade.yml. 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 0626e961..11b84d7f 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -18,5 +18,4 @@ jobs: with: julia-version: "1.10" skip: "Pkg,TOML" - allow-reresolve: false secrets: "inherit"