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 1818 with :
1919 python-version : " 3.14"
2020
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 ref : ${{ github.event.pull_request.base.sha }}
2424 fetch-depth : 0
3232 - name : run benchmarks on base branch
3333 run : pytest --benchmark-autosave dvc/testing/benchmarks/ -k 'test_init or test_help'
3434
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838 clean : false
Original file line number Diff line number Diff line change 1919 name : Build & Verify package
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 plugin : ["dvc-s3"]
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 with :
2828 path : dvc
2929
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 with :
3232 repository : iterative/${{ matrix.plugin }}
3333 ref : main
Original file line number Diff line number Diff line change 2626 matrix :
2727 os : [ubuntu-latest, macos-latest, windows-latest]
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 - name : Set up Python
@@ -130,7 +130,7 @@ jobs:
130130 pyv : " 3.14"
131131 pytestargs : " --splitting-algorithm=least_duration --splits 4 --group 4"
132132 steps :
133- - uses : actions/checkout@v5
133+ - uses : actions/checkout@v6
134134 with :
135135 fetch-depth : 0
136136 - name : Set up Python
You can’t perform that action at this time.
0 commit comments