Skip to content

Commit

Permalink
Bump actions/setup-python from 4.6.0 to 4.7.1 (#19)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.6.0...v4.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2023
1 parent 8b95ce6 commit c4e969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-addons.yaml
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4.1.0

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit c4e969a

Please sign in to comment.