diff --git a/analyze-project/action.yml b/analyze-project/action.yml index e5f7e00..61f3bf5 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 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 f8d0a3f..5a67458 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: # Using ${{ env.POETRY_HOME }} here does not work because it is evaluated before the "set paths" step runs. path: |