File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 container : ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.tag }}
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727 - name : Build
2828 run : |
2929 cmake -B build -DBUILD_TESTING=ON ${{ matrix.build_args }}
Original file line number Diff line number Diff line change 1313 dockerfile : ["gnu","intel","cuda"]
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717
1818 - name : Setup Docker Buildx
1919 uses : docker/setup-buildx-action@v1
Original file line number Diff line number Diff line change 1313 container : ghcr.io/deepmodeling/abacus-development-kit:gnu
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 - name : Building
1818 run : |
1919 cmake -B build -DENABLE_ASAN=1 -DBUILD_TESTING=ON -DENABLE_DEEPKS=1
Original file line number Diff line number Diff line change 1010 container : ghcr.io/deepmodeling/abacus-development-kit:gnu
1111 steps :
1212 - name : Checkout Pull Request
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 ref : ${{ github.event.pull_request.head.sha }}
1616 - name : Setup clang-tidy
Original file line number Diff line number Diff line change 1111 container : ghcr.io/deepmodeling/abacus-development-kit:gnu
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 with :
16- ref : ${{ github.event.pull_request.head.sha }}
16+ ref : " refs/pull/ ${{ github.event.number }}/merge "
1717 - name : Build and Test
1818 env :
1919 GTEST_COLOR : ' yes'
You can’t perform that action at this time.
0 commit comments