Skip to content

Commit da9775b

Browse files
committed
add back actions/setup-python@v5
1 parent 19e7f6b commit da9775b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16+
- uses: actions/setup-python@v5
17+
with:
18+
python-version: '3.13' # update, someday
19+
1620
- uses: WIPACrepo/[email protected]
1721
id: next-version
1822
with:

0 commit comments

Comments
 (0)