diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index c0190b9..a638b9b 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -26,7 +26,7 @@ jobs: uses: actions/cache/restore@v4 with: path: /home/runner/.cache/pip - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} + key: ansible-hayaworld-pip-cache - name: Run Ansible-lint uses: ansible/ansible-lint@main @@ -35,4 +35,4 @@ jobs: uses: actions/cache/save@v4 with: path: /home/runner/.cache/pip - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} + key: ansible-hayaworld-pip-cache