File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : " 3.13"
20
20
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
ref : ${{ github.event.pull_request.base.sha }}
24
24
fetch-depth : 0
32
32
- name : run benchmarks on base branch
33
33
run : pytest --benchmark-autosave dvc/testing/benchmarks/ -k 'test_init or test_help'
34
34
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
clean : false
Original file line number Diff line number Diff line change 19
19
name : Build & Verify package
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Checkout repository
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
33
33
- name : Initialize CodeQL
34
34
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
plugin : ["dvc-s3"]
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
path : dvc
29
29
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
with :
32
32
repository : iterative/${{ matrix.plugin }}
33
33
ref : main
Original file line number Diff line number Diff line change 26
26
matrix :
27
27
os : [ubuntu-latest, macos-latest, windows-latest]
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
- name : Set up Python
@@ -118,7 +118,7 @@ jobs:
118
118
pyv : " 3.13"
119
119
pytestargs : " --splitting-algorithm=least_duration --splits 4 --group 4"
120
120
steps :
121
- - uses : actions/checkout@v4
121
+ - uses : actions/checkout@v5
122
122
with :
123
123
fetch-depth : 0
124
124
- name : Set up Python
You can’t perform that action at this time.
0 commit comments