diff --git a/.github/workflows/syntax-check.yaml b/.github/workflows/syntax-check.yaml index 9f0cf859..13c24ef1 100644 --- a/.github/workflows/syntax-check.yaml +++ b/.github/workflows/syntax-check.yaml @@ -124,7 +124,7 @@ jobs: cache-dependency-path: '${{ env.COLLECTION_PATH }}/${{ env.REQUIREMENTS_FILE }}' - name: Cache Ansible collections - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.ansible/collections key: ${{ runner.os }}-ansible-${{ hashFiles('**/requirements.yml') }}