chore(deps): update actions/setup-python action to v7 #165

Merged
argoyle merged 1 commits from renovate/actions-setup-python-7.x into main 2026-07-25 11:33:38 +00:00
Showing only changes of commit 623b6ce8b9 - Show all commits
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
go-version: stable
- name: Install Go tools
run: go install golang.org/x/tools/cmd/goimports@latest
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.14'
- uses: pre-commit/action@v3.0.1