From 13a7a69c63ac604c3ff838ec5a099519a3321673 Mon Sep 17 00:00:00 2001 From: Will Riley Date: Tue, 10 Jun 2025 19:58:14 +0200 Subject: [PATCH] Removed caching option to fix python installation bug. --- .github/workflows/cff-updater.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cff-updater.yml b/.github/workflows/cff-updater.yml index 59d6171..6b66986 100644 --- a/.github/workflows/cff-updater.yml +++ b/.github/workflows/cff-updater.yml @@ -24,8 +24,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ">=3.13.3" # required for cff-author-updater - cache: 'pip' # optional for cff-author-updater - + - name: Run cff-author-updater uses: willynilly/cff-author-updater@v2.3.0 with: