Skip to content

Commit

Permalink
Merge branch 'develop' into gcp-sql-database-require-ssl-fps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDC0DE authored Dec 13, 2024
2 parents a95e8ba + 2d46e7c commit 86b7e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.10'
- uses: pre-commit/action@v2.0.0
env:
SKIP: yamlfmt

0 comments on commit 86b7e0b

Please sign in to comment.