File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
22
- name : Clone Repository
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@v5
85
85
python-version : 3.11
86
86
87
87
- name : Clone Repository
88
- uses : actions/checkout@v4
88
+ uses : actions/checkout@v5
89
89
with :
90
90
ref : ${{ github.ref }}
91
91
fetch-depth : 0
@@ -119,7 +119,7 @@ jobs:
119
119
python-version : 3.11
120
120
121
121
- name : Clone Repository
122
- uses : actions/checkout@v4
122
+ uses : actions/checkout@v5
123
123
with :
124
124
ref : ${{ github.ref }}
125
125
fetch-depth : 0
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
sparse-checkout : |
30
30
.github
You can’t perform that action at this time.
0 commit comments