From 06fbdbb0f8786a1410aa55c7672bdfc0601fad8d Mon Sep 17 00:00:00 2001 From: sinspired Date: Fri, 6 Dec 2024 15:17:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0update=5Fhosts.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_hosts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index f62366b..c098ac6 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' cache: 'pip' - name: Install dependencies @@ -48,7 +48,7 @@ jobs: - name: Commit and push changes uses: EndBug/add-and-commit@v9 with: - message: "Update servers list" + message: "Update hosts list" add: | hosts README.md