bump up action checkout and setup-python version
This commit is contained in:
parent
296c59e60f
commit
3ecccafa3e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/githubci.yml
vendored
4
.github/workflows/githubci.yml
vendored
|
|
@ -8,8 +8,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: pre-install
|
||||
|
|
|
|||
Loading…
Reference in a new issue