Skip to content

Commit

Permalink
Fix python version in pre-commit autoupdate|
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Jul 3, 2023
1 parent 29dfe1d commit 3bbea4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit_autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: browniebroke/pre-commit-autoupdate-action@main
- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 3bbea4b

Please sign in to comment.