chore(deps): update actions/setup-python action to v6 - autoclosed #3

Closed
bot wants to merge 1 commits from renovate/actions-setup-python-6.x into main
Showing only changes of commit 5ac3a6905f - Show all commits

View File

@@ -22,7 +22,7 @@ jobs:
with: with:
path: "palkx.users" path: "palkx.users"
- name: Setup Python 3 - name: Setup Python 3
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: "3.x" python-version: "3.x"
- name: Intall test dependencies - name: Intall test dependencies
@@ -49,7 +49,7 @@ jobs:
with: with:
path: "palkx.users" path: "palkx.users"
- name: Setup Python 3 - name: Setup Python 3
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: "3.x" python-version: "3.x"
- name: Intall test dependencies - name: Intall test dependencies