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 4040 WYAM_DEPLOY_REMOTE : ${{ github.event.repository.html_url }}
4141 steps :
4242 - name : Checkout the repository
43- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
43+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4444
4545 - name : Fetch all tags and branches
4646 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3434 with :
3535 fetch-depth : 0
3636
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : checkout
18- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 #https://github.com/actions/checkout
18+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 #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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
14+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
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