Merge pull request #70 from pacnpal/dependabot/github_actions/actions/setup-python-6

[DEPENDABOT] Update Actions: Bump actions/setup-python from 5 to 6
This commit is contained in:
pacnpal
2026-01-09 08:38:09 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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