Skip to content

Commit

Permalink
Deps: Update actions/cache to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored and greenbonebot committed Jan 8, 2025
1 parent 487dab5 commit c164e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
# cache venv only if an application will be installed and the user requested caching and no python path is set
if: inputs.install && inputs.cache == 'true' && !inputs.python-path
id: cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ steps.settings.outputs.venvs }}/${{ inputs.install }}
key: python-${{ steps.python.outputs.python-version }}-pipx-venv-${{ inputs.install }}-${{ inputs.install-version || 'latest' }}
Expand Down

0 comments on commit c164e4d

Please sign in to comment.