Skip to content

Commit da60e5d

Browse files
Update actions/setup-python action to v6
1 parent 337d1fe commit da60e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- name: "Check out repository code"
174174
uses: "actions/checkout@v4"
175175
- name: "Set up Python"
176-
uses: "actions/setup-python@v5"
176+
uses: "actions/setup-python@v6"
177177
with:
178178
python-version: "3.10"
179179
- name: "Install Python Packages"
@@ -219,7 +219,7 @@ jobs:
219219
- name: "Check out repository code"
220220
uses: "actions/checkout@v4"
221221
- name: "Set up Python"
222-
uses: "actions/setup-python@v5"
222+
uses: "actions/setup-python@v6"
223223
with:
224224
python-version: "3.10"
225225
- name: "Install Python Packages"

0 commit comments

Comments
 (0)