diff --git a/.github/workflows/validate-renovate-config.yaml b/.github/workflows/validate-renovate-config.yaml index d6c3cf8..433de46 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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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 d944a07..eaf89d6 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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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 }}