Skip to content

Commit d0e20a9

Browse files
committed
Bump python version
1 parent cb6965d commit d0e20a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
runs-on: macos-13
4949
steps:
5050
- uses: actions/[email protected]
51-
- uses: actions/setup-python@v4.3.0
51+
- uses: actions/setup-python@v4
5252
with:
53-
python-version: 3.8
53+
python-version: 3.11
5454
cache: 'pip'
5555
- uses: ./.github/actions/bootstrap
5656
env:

0 commit comments

Comments
 (0)