File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-24.04
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0 # needed for Nerdbank.GitVersioning
16
16
57
57
runs-on : windows-2025
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
with :
62
62
fetch-depth : 0 # needed for Nerdbank.GitVersioning
63
63
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : windows-2025
109
109
steps :
110
110
- name : Checkout
111
- uses : actions/checkout@v4
111
+ uses : actions/checkout@v5
112
112
with :
113
113
fetch-depth : 0 # needed for Nerdbank.GitVersioning
114
114
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
27
27
- name : Setup Pages
28
28
uses : actions/configure-pages@v5
You can’t perform that action at this time.
0 commit comments