Skip to content

Commit

Permalink
Bump actions/setup-python from 4.3.0 to 4.5.0 (#1)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.3.0...v4.5.0)

---
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 Feb 27, 2023
1 parent d3d24e2 commit cf8ed76
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@v3.1.0

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

Expand Down

0 comments on commit cf8ed76

Please sign in to comment.