File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 echo "hash=$install_args_hash" >> "$GITHUB_OUTPUT"
4646 shell : bash
4747 - name : Cache virtualenv
48- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
48+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4949 with :
5050 path : ${{ steps.get_project_info.outputs.venv-path }}
5151 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 }}
Original file line number Diff line number Diff line change 5252 - name : Cache poetry
5353 if : ${{ inputs.use-cache == 'true' }}
5454 id : cache-poetry
55- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
55+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5656 with :
5757 # Using ${{ env.POETRY_HOME }} here does not work because it is evaluated before the "set paths" step runs.
5858 path : |
You can’t perform that action at this time.
0 commit comments