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,7 +25,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: Install dependencies
run: |