From d56a68b9e2c1022a28392452c88901ffb08cb485 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 00:26:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.5 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.4 | v5.0.5 | --- .github/workflows/syntax-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}