Skip to content

Commit

Permalink
ci: bump actions/setup-python from 4.7.0 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.0...v4.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kaechele committed Oct 4, 2023
1 parent 2c502aa commit 6070ee6
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 @@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@v4.1.0"

- name: "Set up Python"
uses: "actions/setup-python@v4.7.0"
uses: "actions/setup-python@v4.7.1"
with:
python-version: "3.10"
cache: "pip"
Expand Down

0 comments on commit 6070ee6

Please sign in to comment.