fix(ci): adjusting cache steps

This commit is contained in:
Timothy Stewart
2024-01-21 15:17:04 -06:00
parent 7c1b17a40c
commit 2333e85148
3 changed files with 4 additions and 4 deletions

View File

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