This commit is contained in:
guorong.zheng 2024-06-10 15:58:33 +08:00
parent 55cbe4f808
commit b5eda030f8
2 changed files with 2 additions and 2 deletions
.github/workflows

@ -24,7 +24,7 @@ jobs:
with:
ref: ${{ env.BRANCH_NAME }}
- name: Run with setup-python 3.11
uses: actions/setup-python@4
uses: actions/setup-python@v4
with:
python-version: '3.11'
update-environment: true

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@4
uses: actions/setup-python@v4
with:
python-version: '3.11'
update-environment: true