From e09f9b3f32b5197c7b9b212d7a94b6c315a2b88e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:16:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.3.0 --- analyze-project/action.yml | 2 +- setup-poetry/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analyze-project/action.yml b/analyze-project/action.yml index 2bac880..1b841f8 100644 --- a/analyze-project/action.yml +++ b/analyze-project/action.yml @@ -45,7 +45,7 @@ runs: echo "hash=$install_args_hash" >> "$GITHUB_OUTPUT" shell: bash - name: Cache virtualenv - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ steps.get_project_info.outputs.venv-path }} key: ${{ steps.get_project_info.outputs.name }}-${{ runner.os }}-py${{ env.pythonVersion }}-${{ hashFiles(format('{0}/poetry.lock', inputs.project-directory)) }}-${{ steps.install_args_hash.outputs.hash }} diff --git a/setup-poetry/action.yml b/setup-poetry/action.yml index f9925e2..6f375f3 100644 --- a/setup-poetry/action.yml +++ b/setup-poetry/action.yml @@ -52,7 +52,7 @@ runs: - name: Cache poetry if: ${{ inputs.use-cache == 'true' }} id: cache-poetry - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: # Using ${{ env.POETRY_HOME }} here does not work because it is evaluated before the "set paths" step runs. path: |