File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 echo "name=${{ github.event.repository.name }}-${VERSION}" >> "$GITHUB_OUTPUT"
3737
3838 - name : Checkout
39- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
39+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040 with :
4141 submodules : true
4242 path : ${{ steps.version.outputs.name }}
Original file line number Diff line number Diff line change 6161
6262 steps :
6363 - name : Checkout component
64- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
64+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565 with :
6666 path : component
6767 - name : Restore cached HOOMD-blue build
7575 apt-get update
7676 apt-get install git --yes
7777 - name : Checkout HOOMD-blue
78- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
78+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7979 with :
8080 repository : glotzerlab/hoomd-blue
8181 path : hoomd-blue
You can’t perform that action at this time.
0 commit comments