File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Checkout repository
22
22
id : checkout_repo
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
token : ${{ secrets.GITHUB_TOKEN }}
26
26
fetch-depth : 0
41
41
name : Validate Project for Trimming
42
42
runs-on : windows-latest
43
43
steps :
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
46
46
- name : Setup .NET
47
47
uses : actions/setup-dotnet@v4
58
58
needs : [ci]
59
59
steps :
60
60
- name : Checkout repository
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
63
63
- name : Setup .NET
64
64
uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Checkout repository
22
22
id : checkout_repo
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Setup .NET
26
26
uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 43
43
uses : actions/setup-dotnet@v4
44
44
with :
45
45
dotnet-version : 8.0.x
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
with :
48
48
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
49
49
- name : Cache SonarCloud packages
You can’t perform that action at this time.
0 commit comments