Skip to content

Commit

Permalink
Update ci.yml to latest version (#718)
Browse files Browse the repository at this point in the history
* Update ci.yml to latest version

* use v4
  • Loading branch information
kp992 authored Jan 15, 2024
1 parent 7fffa18 commit d7c2f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: [3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit d7c2f52

Please sign in to comment.