fix(ci): adjusting cache steps

This commit is contained in:
Timothy Stewart
2024-01-21 18:28:51 -06:00
parent 4b8c97c715
commit eb89255d59
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with:
path: ~/.ansible/collections
key: ansible-${{ hashFiles('collections/requirements.txt') }}
key: ansible-${{ hashFiles('collections/requirements.yml') }}
- name: Install dependencies
run: |