Skip to content

Commit

Permalink
chore: bump actions/setup-python from 5.1.1 to 5.2.0 in the actions g…
Browse files Browse the repository at this point in the history
…roup (#252)

chore: bump actions/setup-python in the actions group

Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).


Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elio Bischof <[email protected]>
  • Loading branch information
dependabot[bot] and eliobischof authored Sep 2, 2024
1 parent 12723c7 commit 335976a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- id: 'set-up-python'
name: Install Python (The Chart Testing CLI Depends On It)
uses: 'actions/setup-python@v5.1.1'
uses: 'actions/setup-python@v5.2.0'
with:
python-version: 3.11.4
if: steps.list-changed-test.outputs.any_changed == 'true'
Expand Down

0 comments on commit 335976a

Please sign in to comment.