File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 - windows-2022
2929
3030 steps :
31- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
31+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3232 with :
3333 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
3434 - name : ⚙ Install prerequisites
7575 name : 📃 Docs
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
78+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
7979 - name : 🔗 Markup Link Checker (mlc)
8080 uses : becheran/mlc@18a06b3aa2901ca197de59c8b0b1f54fdba6b3fa # v1.0.0
8181 with :
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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 2424 url : ${{ steps.deployment.outputs.page_url }}
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2828 with :
2929 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
3030 - name : ⚙ Install prerequisites
Original file line number Diff line number Diff line change 1717 contents : write
1818 pull-requests : write
1919 steps :
20- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
20+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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