Skip to content

Commit

Permalink
ci: use latest python version for pre-commit (#71)
Browse files Browse the repository at this point in the history
This PR sets python version to latest(3.12) for pre-commit
Reference:
[ADDON-75861](https://splunk.atlassian.net/browse/ADDON-75861)
  • Loading branch information
dvarasani-crest authored Oct 30, 2024
1 parent 8113b36 commit 2379f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.12"
- run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.6.25/scripts/download-actionlint.bash)
- uses: pre-commit/action@v3.0.1
Expand Down

0 comments on commit 2379f17

Please sign in to comment.