Skip to content

Commit e8eafb8

Browse files
committed
Use Python3.12 in setup GitHub Action
1 parent 805b3d2 commit e8eafb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ inputs:
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
18-
python-version: 3.11.x
18+
python-version: '3.12'
1919
# Cache Python dependencies
2020
cache: pip
2121

0 commit comments

Comments
 (0)