fix(ci): adjusting cache steps

This commit is contained in:
Timothy Stewart
2024-01-21 15:26:36 -06:00
parent d66e745979
commit dfdcff7e11

View File

@@ -26,7 +26,7 @@ jobs:
uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with:
path: ~/.ansible/collections
key: ${{ runner.os }}-ansible-${{ hashFiles('collections/requirements.txt') }}
key: ansible-${{ hashFiles('collections/requirements.txt') }}
- name: Restore Homebrew cache
uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0