From 3f33979d4fc593a2ab16cb6bdef7a32263669ab4 Mon Sep 17 00:00:00 2001 From: boltdynamics Date: Thu, 30 Nov 2023 07:52:10 +1100 Subject: [PATCH] fix(ci-cd): pin github ci python runner to 3.11.6 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 283eb1f..9be05e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: Deploy: strategy: matrix: - python-version: ["3.11.5"] + python-version: ["3.11.6"] runs-on: ubuntu-latest environment: innovation # These permissions are needed to interact