File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
3636 steps :
3737 - name : Get the sources
38- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939 with :
4040 fetch-depth : 0
4141
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : checkout
18- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 #https://github.com/actions/checkout
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 #https://github.com/actions/checkout
1919 with :
2020 fetch-depth : 0 # GitVersion is somewhat irritated when fetch-depth is "1"....
2121 ref : ${{ github.event.ref }}
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout the requested branch
14- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - name : Fetch all tags and branches
1616 run : git fetch --prune --unshallow
1717 - name : Cache Tools
You can’t perform that action at this time.
0 commit comments