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 2626 # You can define any steps you want, and they will run before the agent starts.
2727 # If you do not check out your code, Copilot will do this for you.
2828 steps :
29- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3030 with :
3131 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
3232 - name : ⚙ Install prerequisites
Original file line number Diff line number Diff line change 2525 url : ${{ steps.deployment.outputs.page_url }}
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2929 with :
3030 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
3131 - name : ⚙ Install prerequisites
Original file line number Diff line number Diff line change 1313 name : 📚 Doc validation
1414 runs-on : ubuntu-24.04
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717 with :
1818 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
1919 - name : 🔗 Markup Link Checker (mlc)
Original file line number Diff line number Diff line change 1717 contents : write
1818 pull-requests : write
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121 with :
2222 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
2323
You can’t perform that action at this time.
0 commit comments