Skip to content

Commit e58c846

Browse files
committed
Update to latest setup-python action
1 parent 018a23e commit e58c846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
submodules: "recursive"
3131

32-
- uses: actions/setup-python@v4
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: "3.12"
3535

@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
submodules: "recursive"
139139

140-
- uses: actions/setup-python@v4
140+
- uses: actions/setup-python@v5
141141
with:
142142
python-version: "3.12"
143143

0 commit comments

Comments
 (0)