From 3dc418df3992acb2aa9432b0a2d589217c1eb08e Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:48:54 +0200 Subject: [PATCH] chore(action): update python version to 3.12 in GH action (#3705) --- .github/workflows/build-lint-push-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-lint-push-containers.yml b/.github/workflows/build-lint-push-containers.yml index 30c205edf1..203b49e98a 100644 --- a/.github/workflows/build-lint-push-containers.yml +++ b/.github/workflows/build-lint-push-containers.yml @@ -34,7 +34,7 @@ env: # TEMPORARY_TAG: temporary # Python configuration - PYTHON_VERSION: 3.11 + PYTHON_VERSION: 3.12 jobs: # Build Prowler OSS container