Update ci action versions and avoid make ci install deps twice

This commit is contained in:
Waket Zheng
2024-06-01 20:46:08 +08:00
parent 51117867a6
commit 716638752b
3 changed files with 11 additions and 8 deletions

View File

@@ -21,8 +21,8 @@ jobs:
steps:
- name: Start MySQL
run: sudo systemctl start mysql.service
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install and configure Poetry

View File

@@ -7,8 +7,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install and configure Poetry