mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-04 22:06:53 +00:00
chore(deps): update actions/setup-python action to v4 (#301)
* chore(deps): update actions/setup-python action to v4 * Add .python-version file Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maxime Brunet <max@brnt.mx>
This commit is contained in:
parent
c23559aaae
commit
e5b485f300
2 changed files with 3 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -19,8 +19,9 @@ jobs:
|
|||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # tag=v3.1.2
|
||||
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb # tag=v4.0.0
|
||||
with:
|
||||
python-version-file: .python-version
|
||||
cache: pip
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue