From f08e6c74271f99b66dfbd79f4379eea5a5de8ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Tue, 3 Sep 2024 12:01:58 +0200 Subject: [PATCH] changed python version to current one --- .github/workflows/process_profile_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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