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