Skip to content

Commit

Permalink
ci: use latest python for pre-commit (#133)
Browse files Browse the repository at this point in the history
This PR sets python version to 3.12 for per-commit
Reference:
[ADDON-75861](https://splunk.atlassian.net/browse/ADDON-75861)
  • Loading branch information
dvarasani-crest authored Oct 30, 2024
1 parent 211e697 commit 887a029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.12"
- uses: pre-commit/action@v3.0.1

build_action:
Expand Down

0 comments on commit 887a029

Please sign in to comment.