chore(deps): update actions/setup-python action to v7 #8

Open
bot wants to merge 1 commits from renovate/actions-setup-python-7.x into main
+2 -2
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@v6 uses: actions/setup-python@v7
with: with:
python-version: "3.13" python-version: "3.13"
- name: Intall test dependencies - name: Intall test dependencies
@@ -51,7 +51,7 @@ jobs:
with: with:
path: "palkx.users" path: "palkx.users"
- name: Setup Python 3 - name: Setup Python 3
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: "3.13" python-version: "3.13"
- name: Intall test dependencies - name: Intall test dependencies