File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2929 - variant : clang
3030 dp_variant : clang
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : actions/setup-python@v6
3434 with :
3535 python-version : ' 3.11'
Original file line number Diff line number Diff line change 5757 platform_id : manylinux_aarch64
5858 dp_variant : cpu
5959 steps :
60- - uses : actions/checkout@v5
60+ - uses : actions/checkout@v6
6161 with :
6262 # https://github.com/pypa/setuptools_scm/issues/480
6363 fetch-depth : 0
9090 name : Build source distribution
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/checkout@v5
93+ - uses : actions/checkout@v6
9494 with :
9595 fetch-depth : 0
9696 - name : Build sdist
@@ -131,7 +131,7 @@ jobs:
131131 steps :
132132 - name : Delete huge unnecessary tools folder
133133 run : rm -rf /opt/hostedtoolcache
134- - uses : actions/checkout@v5
134+ - uses : actions/checkout@v6
135135 - uses : actions/download-artifact@v6
136136 with :
137137 path : source/install/docker/dist
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 - uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.11'
Original file line number Diff line number Diff line change 3030 # If you do not check out your code, Copilot will do this for you.
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Set up Python
3636 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2828 tensorflow_version : " >=2.5.0,<2.15"
2929 filename : libdeepmd_c_cu11.tar.gz
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434 - name : Package C library
5656 needs : [build_c]
5757 runs-on : ubuntu-22.04
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 - name : Download artifact
6161 uses : actions/download-artifact@v6
6262 with :
Original file line number Diff line number Diff line change 1919 matrix :
2020 check_memleak : [true, false]
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.11'
Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Make sudo and git work
2727 run : apt-get update && apt-get install -y sudo git
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.11'
Original file line number Diff line number Diff line change 2222 python : ["3.9", "3.12"]
2323
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 88 if : github.repository_owner == 'deepmodeling'
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Run tdg-github-action
1313 uses : ribtoks/tdg-github-action@master
1414 with :
You can’t perform that action at this time.
0 commit comments