Skip to content

Commit

Permalink
Change: Update actions/cache from v3 to v4
Browse files Browse the repository at this point in the history
Fix deprecation warning `Node.js 16 actions are deprecated`.
  • Loading branch information
bjoernricks committed Jan 25, 2024
1 parent 5d0e8fc commit 387413b
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 @@ -87,7 +87,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@v3
uses: actions/cache@v4
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 387413b

Please sign in to comment.