Skip to content

Commit b3a0cff

Browse files
dependabot[bot]greenbonebot
authored andcommitted
Deps: Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the /pipx directory: [actions/setup-python](https://github.com/actions/setup-python) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14b0ac4 commit b3a0cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipx/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
steps:
4343
- name: Setup Python
4444
if: inputs.python-version
45-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
45+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4646
id: python
4747
with:
4848
python-version: ${{ inputs.python-version }}
@@ -89,7 +89,7 @@ runs:
8989
# cache venv only if an application will be installed and the user requested caching and no python path is set
9090
if: inputs.install && inputs.cache == 'true' && !inputs.python-path
9191
id: cache
92-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
92+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9393
with:
9494
path: ${{ steps.settings.outputs.venvs }}/${{ inputs.install }}
9595
key: python-${{ steps.python.outputs.python-version }}-pipx-venv-${{ inputs.install }}-${{ inputs.install-version || 'latest' }}

0 commit comments

Comments
 (0)