From 2ec0439c669cda369d0cc3a0d30392656fd0e9bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:22:42 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.2 --- .github/workflows/validate-renovate-config.yaml | 2 +- workflow-templates/renovate-config-validator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-renovate-config.yaml b/.github/workflows/validate-renovate-config.yaml index e15486e..3ffef10 100644 --- a/.github/workflows/validate-renovate-config.yaml +++ b/.github/workflows/validate-renovate-config.yaml @@ -38,7 +38,7 @@ jobs: run: echo "renovate-version=$(npm view renovate version)" >> ${GITHUB_OUTPUT} - name: global npm cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: ${{ steps.npm-cache-dir.outputs.dir }} key: ${{ runner.os }}-node-${{ steps.setup-node.outputs.node-version }}-renovate-${{ steps.npm-renovate-version.outputs.renovate-version }} diff --git a/workflow-templates/renovate-config-validator.yml b/workflow-templates/renovate-config-validator.yml index 35f51ba..fc07535 100644 --- a/workflow-templates/renovate-config-validator.yml +++ b/workflow-templates/renovate-config-validator.yml @@ -50,7 +50,7 @@ jobs: run: echo "renovate-version=$(npm view renovate version)" >> ${GITHUB_OUTPUT} - name: global npm cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: ${{ steps.npm-cache-dir.outputs.dir }} key: ${{ runner.os }}-node-${{ steps.setup-node.outputs.node-version }}-renovate-${{ steps.npm-renovate-version.outputs.renovate-version }}