From 8fbc236cf587b1865bd3ed1896b7402c32a4d898 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 30 Oct 2024 19:15:27 +0000 Subject: [PATCH] Fix deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a12a66..93dc50f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,10 +41,10 @@ jobs: - name: Install serverless-plugin-include-dependencies run: serverless plugin install -n serverless-plugin-include-dependencies - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.12" - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1