File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ jobs:
28
28
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
fetch-depth : 0
34
34
35
35
- name : Set up Java
36
- uses : actions/setup-java@v3
36
+ uses : actions/setup-java@v4
37
37
with :
38
38
java-version : ${{ env.JAVA_VERSION }}
39
39
distribution : ${{ env.JAVA_DISTRIBUTION }}
40
40
41
41
- name : Set up .NET
42
- uses : actions/setup-dotnet@v3
42
+ uses : actions/setup-dotnet@v4
43
43
with :
44
44
dotnet-version : ${{ env.DOTNET_VERSION }}
45
45
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
24
25
25
- name : Set up .NET
26
- uses : actions/setup-dotnet@v3
26
+ uses : actions/setup-dotnet@v4
27
27
with :
28
28
dotnet-version : ${{ env.DOTNET_VERSION }}
29
29
You can’t perform that action at this time.
0 commit comments