File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- run : git config --global core.autocrlf true
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Setup .NET
21
- uses : actions/setup-dotnet@v1
21
+ uses : actions/setup-dotnet@v4
22
22
with :
23
23
dotnet-version : 9.0.x
24
24
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- run : git config --global core.autocrlf true
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Setup .NET
21
- uses : actions/setup-dotnet@v1
21
+ uses : actions/setup-dotnet@v4
22
22
with :
23
23
dotnet-version : 9.0.x
24
24
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Set up node.js
15
15
uses : actions/setup-node@v3.3.0
25
25
npm run ng build
26
26
27
27
- name : Setup .NET
28
- uses : actions/setup-dotnet@v1
28
+ uses : actions/setup-dotnet@v4
29
29
with :
30
- dotnet-version : 9.0.100
30
+ dotnet-version : 9.0.x
31
31
32
32
- name : Restore dependencies
33
33
working-directory : ./src
Original file line number Diff line number Diff line change @@ -15,17 +15,18 @@ jobs:
15
15
16
16
steps :
17
17
- run : git config --global core.autocrlf true
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Setup .NET
21
- uses : actions/setup-dotnet@v1
21
+ uses : actions/setup-dotnet@v4
22
22
with :
23
23
dotnet-version : 9.0.x
24
24
25
25
- name : Set up JDK 17
26
- uses : actions/setup-java@v1
26
+ uses : actions/setup-java@v4
27
27
with :
28
- java-version : 1.17
28
+ distribution : ' temurin'
29
+ java-version : 17
29
30
30
31
- name : Cache SonarCloud packages
31
32
uses : actions/cache@v4
Original file line number Diff line number Diff line change 4
4
[ assembly: AssemblyCompany ( "Luxoft" ) ]
5
5
[ assembly: AssemblyCopyright ( "Copyright © Luxoft 2009-2025" ) ]
6
6
7
- [ assembly: AssemblyVersion ( "23.2.9.0 " ) ]
8
- [ assembly: AssemblyFileVersion ( "23.2.9.0 " ) ]
9
- [ assembly: AssemblyInformationalVersion ( "23.2.9.0 " ) ]
7
+ [ assembly: AssemblyVersion ( "23.2.9.2 " ) ]
8
+ [ assembly: AssemblyFileVersion ( "23.2.9.2 " ) ]
9
+ [ assembly: AssemblyInformationalVersion ( "23.2.9.2 " ) ]
10
10
11
11
#if DEBUG
12
12
[ assembly: AssemblyConfiguration ( "Debug" ) ]
You can’t perform that action at this time.
0 commit comments