File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 config-file : ./.github/codeql/codeql-config.yml
3232
3333 - name : Setup .NET
34- uses : actions/setup-dotnet@v2
34+ uses : actions/setup-dotnet@v4
3535 with :
3636 global-json-file : global.json
3737
@@ -101,7 +101,7 @@ jobs:
101101 - uses : actions/checkout@v4
102102
103103 - name : Setup .NET
104- uses : actions/setup-dotnet@v2
104+ uses : actions/setup-dotnet@v4
105105 with :
106106 global-json-file : global.json
107107
@@ -158,7 +158,7 @@ jobs:
158158 - uses : actions/checkout@v4
159159
160160 - name : Setup .NET
161- uses : actions/setup-dotnet@v2
161+ uses : actions/setup-dotnet@v4
162162 with :
163163 global-json-file : global.json
164164
@@ -305,7 +305,7 @@ jobs:
305305 }
306306
307307 - name : Setup .NET
308- uses : actions/setup-dotnet@v2
308+ uses : actions/setup-dotnet@v4
309309 with :
310310 global-json-file : global.json
311311
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919
2020 - name : Setup .NET
21- uses : actions/setup-dotnet@v2
21+ uses : actions/setup-dotnet@v4
2222 with :
2323 global-json-file : global.json
2424
8383 echo "PR_SHA=$(echo $prsha)" >> $GITHUB_ENV
8484
8585 - name : Setup .NET
86- uses : actions/setup-dotnet@v2
86+ uses : actions/setup-dotnet@v4
8787 with :
8888 global-json-file : global.json
8989
You can’t perform that action at this time.
0 commit comments