Merge pull request #428 from josegonzalez/dependabot/github_actions/actions/setup-python-6

chore(deps): bump actions/setup-python from 5 to 6
This commit is contained in:
Jose Diaz-Gonzalez
2025-09-08 00:20:12 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
git config --local user.email "action@github.com" git config --local user.email "action@github.com"
git config --local user.name "GitHub Action" git config --local user.name "GitHub Action"
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.12' python-version: '3.12'
- name: Install prerequisites - name: Install prerequisites

View File

@@ -22,7 +22,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: "3.12" python-version: "3.12"
cache: "pip" cache: "pip"