From 67f4be419b0c1ee8660874d451f27a780f58abf3 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Wed, 10 Sep 2025 04:41:24 +0100 Subject: [PATCH] workflows/tests: fix tap-syntax caching --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1dd2aee3a..d245b2190e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: - name: Cache style cache uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: - path: ~/.cache/Homebrew/style + path: ~/Library/Caches/Homebrew/style key: tap-syntax-style-cache-${{ github.sha }} restore-keys: tap-syntax-style-cache-