Skip to content

Commit 683299a

Browse files
Upgrade Python version (#479)
1 parent 3e8aa68 commit 683299a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
7979
8080
- name: install python
81-
uses: actions/setup-python@v4
81+
uses: actions/setup-python@v6
8282
with:
83-
python-version: 3.8
83+
python-version: 3.12
8484

8585
- name: install pip
8686
run: |

.github/workflows/src/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
7979
8080
- name: install python
81-
uses: actions/setup-python@v4
81+
uses: actions/setup-python@v6
8282
with:
83-
python-version: 3.8
83+
python-version: 3.12
8484

8585
- name: install pip
8686
run: |

0 commit comments

Comments
 (0)