diff --git a/.github/workflows/process_profile_workflow.yml b/.github/workflows/process_profile_workflow.yml index e57d202..70a8623 100644 --- a/.github/workflows/process_profile_workflow.yml +++ b/.github/workflows/process_profile_workflow.yml @@ -40,10 +40,10 @@ jobs: echo "$file was changed" done - - name: Setup Python 3.8 + - name: Setup Python 3.12.3 uses: actions/setup-python@v2 with: - python-version: 3.8 #install the python needed + python-version: 3.12.3 #install the python needed - name: Install Python dependencies uses: py-actions/py-dependency-install@v3