From 8ec35e59a2ef7c062f2af40f27becf6c07cf8bf1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:18:31 +0000 Subject: [PATCH] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 1f053b647..8e5d5ad2a 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -42,6 +42,8 @@ jobs: - uses: Homebrew/actions/cache-homebrew-prefix@main with: install: actionlint shellcheck zizmor + # Not needed in .github but required for other repositories with multiple uses of cache-homebrew-prefix. + workflow-key: actionlint - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: