From f52913a7627ccca8e6bb243aa32b371b5ddf18f0 Mon Sep 17 00:00:00 2001 From: kannkyo <15080890+kannkyo@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:18:58 +0900 Subject: [PATCH 1/2] Update python-ci.yml --- .github/workflows/python-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index a9daf7e..e736e87 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -20,8 +20,8 @@ jobs: issues: read # only for private repository strategy: matrix: - python-version: [3.8] - poetry-version: [1.1.11] + python-version: ["3.10"] + poetry-version: ["1.2.2"] os: [ubuntu-latest] steps: - name: Checkout repository From e06a34480c207b6d5ee8b87daf9fcdbe28c37e4f Mon Sep 17 00:00:00 2001 From: kannkyo <15080890+kannkyo@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:22:07 +0900 Subject: [PATCH 2/2] Update action.yml --- .github/actions/python-setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/python-setup/action.yml b/.github/actions/python-setup/action.yml index 66c6624..9627ba0 100644 --- a/.github/actions/python-setup/action.yml +++ b/.github/actions/python-setup/action.yml @@ -2,12 +2,12 @@ name: Setup python inputs: python-version: - default: "3.8" + default: "3.10" required: false description: "python version" poetry-version: - default: "1.1.11" + default: "1.2.2" required: false description: "poetry version"