Merge pull request #167 from ollama4j/dependabot/github_actions/actions/setup-python-6

Bump actions/setup-python from 5 to 6
This commit is contained in:
Amith Koujalgi 2025-09-11 10:02:15 +05:30 committed by GitHub
commit 390b1e4ba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install pre-commit