From fb12ab0b5d618fa114b178fdb070cda12aa0e67d Mon Sep 17 00:00:00 2001 From: piny940 <83708535+piny940@users.noreply.github.com> Date: Wed, 19 Feb 2025 23:59:56 +0900 Subject: [PATCH 1/2] =?UTF-8?q?python=E3=81=AErequirements=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.txt b/ansible/requirements.txt index 903be2cd..a42fc73c 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -7,4 +7,4 @@ MarkupSafe==3.0.2 packaging==24.2 pycparser==2.22 PyYAML==6.0.2 -resolvelib==1.1.0 +resolvelib==1.0.1 From bd8abb82c9bf7ec4861b614ce2d897ae5f2ea082 Mon Sep 17 00:00:00 2001 From: piny940 <83708535+piny940@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:07:07 +0900 Subject: [PATCH 2/2] =?UTF-8?q?python-version=E3=81=AF3.13=E3=81=A8?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/ansible-deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ansible-deploy/action.yaml b/.github/actions/ansible-deploy/action.yaml index bc5de512..c1d4cd90 100644 --- a/.github/actions/ansible-deploy/action.yaml +++ b/.github/actions/ansible-deploy/action.yaml @@ -20,7 +20,7 @@ runs: working_directory: ansible - uses: actions/setup-python@v5 with: - python-version: '3.13.2' + python-version: '3.13' cache: 'pip' - name: Install Ansible run: pip install -r ansible/requirements.txt