Skip to content

Commit d7c2f52

Browse files
authored
Update ci.yml to latest version (#718)
* Update ci.yml to latest version * use v4
1 parent 7fffa18 commit d7c2f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: [3.9, '3.10', 3.11]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626

@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Checkout source
82-
uses: actions/checkout@v3
82+
uses: actions/checkout@v4
8383
- name: Set up Python
8484
uses: actions/setup-python@v3
8585
with:

0 commit comments

Comments
 (0)