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 7
7
runs-on : windows-2025
8
8
steps :
9
9
- name : Get the sources
10
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
10
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
11
11
- name : Fetch all tags and branches
12
12
run : git fetch --prune --unshallow
13
13
- name : Install .NET
33
33
runs-on : windows-2025
34
34
steps :
35
35
- name : Get the sources
36
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
36
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
37
37
- name : Install required tools
38
38
run : npm install -g markdownlint-cli
39
39
shell : powershell
Original file line number Diff line number Diff line change 24
24
# Defined steps will run before the agent starts.
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
27
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
28
28
- name : Fetch all tags and branches
29
29
run : git fetch --prune --unshallow
30
30
- name : Install .NET
You can’t perform that action at this time.
0 commit comments