Skip to content

Commit 1095d64

Browse files
fix: update python version for lint (#401)
### Description Test run: https://github.com/splunk/splunk-add-on-for-github-audit-log-monitoring/actions/runs/14998008338/job/42137066553 https://github.com/splunk/splunk-add-on-for-salesforce/actions/runs/15015649052/job/42192839796 ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releases test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done (for each selected checkbox, the corresponding test results link should be listed here)
1 parent d56404f commit 1095d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
- uses: actions/checkout@v4
347347
- uses: actions/setup-python@v5
348348
with:
349-
python-version: "3.7"
349+
python-version: "3.9"
350350
- uses: pre-commit/action@v3.0.1
351351

352352
review_secrets:

0 commit comments

Comments
 (0)