Skip to content

Commit

Permalink
chore: 更新update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Dec 9, 2024
1 parent a936b74 commit 6d25f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5 # 使用最新的 v5 版本
with:
python-version: '3.11'
cache: 'pip' # 启用 pip 缓存
python-version: '3.12'
cache: 'pip'

- name: Install dependencies
run: |
Expand All @@ -46,7 +46,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
Expand Down

0 comments on commit 6d25f74

Please sign in to comment.