Skip to content

Commit

Permalink
Bump actions/setup-python from 4.7.0 to 4.7.1
Browse files Browse the repository at this point in the history
v4.7.1
What's Changed
Bump word-wrap from 1.2.3 to 1.2.4 by @​dependabot in actions/setup-python#702
Add range validation for toml files by @​dmitry-shibanov in actions/setup-python#726
Full Changelog: actions/setup-python@v4...v4.7.1
  • Loading branch information
tetele committed Oct 3, 2023
2 parents 2a2e55a + d683a8c commit f129671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
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.11"
cache: "pip"
Expand Down

0 comments on commit f129671

Please sign in to comment.