Skip to content

Commit 0761082

Browse files
ci: update python version in gh actions
1 parent a2e1e2f commit 0761082

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repo
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v4
1111

12-
- name: Set up Python 3.6
13-
uses: actions/setup-python@v1
12+
- name: Set up Python 3.12
13+
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.6'
15+
python-version: '3.12'
1616

1717
- name: Install dependencies
1818
run: make pre-build

0 commit comments

Comments
 (0)