From 770ec1e6e3effd73a9c0cdbe25174791004633ab Mon Sep 17 00:00:00 2001 From: Ian Lintner <500914+ianlintner@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:35:59 -0500 Subject: [PATCH] fix(maintainer): drop pip cache from setup-python (no checkout step) --- .github/workflows/maintainer.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maintainer.yml b/.github/workflows/maintainer.yml index f43bc15..ff1a15d 100644 --- a/.github/workflows/maintainer.yml +++ b/.github/workflows/maintainer.yml @@ -68,7 +68,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - cache: "pip" - name: Install caretaker (thin client only) run: |