From ab831249873ab6593edd47ba0bf0b019280791ae Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 15:00:28 -0500 Subject: [PATCH] workflow: shorten name of collection-caching step --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index d88736f..53da9d0 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -29,7 +29,7 @@ jobs: env: FORCE_COLOR: '1' - - name: cache '.ansible/collections' + - name: cache '.ansible' id: cache-collections uses: actions/cache@v4 with: