Skip to content

Commit 1da5d3d

Browse files
authored
Update actions/setup-python (#401)
1 parent 72298f0 commit 1da5d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v4
106106
- name: Set up Python
107-
uses: actions/setup-python@v4
107+
uses: actions/setup-python@v5
108108
with:
109109
python-version: "3.x"
110110
- name: Download all the dists

0 commit comments

Comments
 (0)