Merge pull request #355 from dokku/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-04 22:37:45 -04:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "3.13" python-version: "3.13"
@@ -68,7 +68,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "3.13" python-version: "3.13"