chore(deps): update actions/setup-python action to v6
All checks were successful
Test / Lint (push) Successful in 51s
Test / Lint (pull_request) Successful in 53s
Test / Test (push) Successful in 52s
Test / Test (pull_request) Successful in 51s

This commit is contained in:
2026-02-12 00:01:33 +00:00
parent c691de0dd0
commit 4c9d772b03

View File

@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.12"