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 77 name : Build Distribution
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : Get history and tags for SCM versioning to work
1212 if : ${{ !startsWith(github.ref, 'refs/tags/') }}
1313 run : |
Original file line number Diff line number Diff line change 2020 - torch-version : 2.0.1
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Build using Python ${{matrix.python-version}}
2525 uses : actions/setup-python@v5
2626 with :
Original file line number Diff line number Diff line change 1414 ruff :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : astral-sh/ruff-action@v3
Original file line number Diff line number Diff line change 3333 - torch-version : 2.0.1
3434
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - name : Set up Python ${{ matrix.python-version }}
3838 uses : actions/setup-python@v5
3939 with :
Original file line number Diff line number Diff line change 3838 test-group : [1, 2, 3, 4]
3939
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - name : Set up Python ${{ matrix.python-version }}
4343 uses : actions/setup-python@v5
4444 with :
7474 test-group : [1, 2, 3]
7575
7676 steps :
77- - uses : actions/checkout@v5
77+ - uses : actions/checkout@v6
7878 - name : Set up Python ${{ matrix.python-version }}
7979 uses : actions/setup-python@v5
8080 with :
@@ -109,7 +109,7 @@ jobs:
109109 - torch-version : 2.0.1
110110
111111 steps :
112- - uses : actions/checkout@v5
112+ - uses : actions/checkout@v6
113113 - name : Set up Python ${{ matrix.python-version }}
114114 uses : actions/setup-python@v5
115115 with :
@@ -144,7 +144,7 @@ jobs:
144144 - torch-version : 2.0.1
145145
146146 steps :
147- - uses : actions/checkout@v5
147+ - uses : actions/checkout@v6
148148 - name : Set up Python ${{ matrix.python-version }}
149149 uses : actions/setup-python@v5
150150 with :
You can’t perform that action at this time.
0 commit comments