File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2626 - variant : clang
2727 dp_variant : clang
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - uses : actions/setup-python@v5
3131 with :
3232 python-version : ' 3.11'
Original file line number Diff line number Diff line change 5454 platform_id : manylinux_aarch64
5555 dp_variant : cpu
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 with :
5959 # https://github.com/pypa/setuptools_scm/issues/480
6060 fetch-depth : 0
8787 name : Build source distribution
8888 runs-on : ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191 with :
9292 fetch-depth : 0
9393 - name : Build sdist
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 - name : Delete huge unnecessary tools folder
130130 run : rm -rf /opt/hostedtoolcache
131- - uses : actions/checkout@v4
131+ - uses : actions/checkout@v5
132132 - uses : actions/download-artifact@v5
133133 with :
134134 path : source/install/docker/dist
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - uses : actions/setup-python@v5
3232 with :
3333 python-version : ' 3.11'
Original file line number Diff line number Diff line change 2525 tensorflow_version : " >=2.5.0,<2.15"
2626 filename : libdeepmd_c_cu11.tar.gz
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 - name : Package C library
5353 needs : [build_c]
5454 runs-on : ubuntu-22.04
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - name : Download artifact
5858 uses : actions/download-artifact@v5
5959 with :
Original file line number Diff line number Diff line change 1616 matrix :
1717 check_memleak : [true, false]
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : actions/setup-python@v5
2121 with :
2222 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@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions/setup-python@v5
3030 with :
3131 python-version : ' 3.11'
Original file line number Diff line number Diff line change 1919 python : ["3.9", "3.12"]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-python@v5
2424 with :
2525 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@v4
11+ - uses : actions/checkout@v5
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