File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Check out repository
22- uses : actions/checkout@v4.2.2
22+ uses : actions/checkout@v5.0.0
2323 with :
2424 fetch-depth : 0
2525
4040
4141 steps :
4242 - name : Check out repository
43- uses : actions/checkout@v4.2.2
43+ uses : actions/checkout@v5.0.0
4444 with :
4545 fetch-depth : 0
4646
6464
6565 steps :
6666 - name : Check out repository
67- uses : actions/checkout@v4.2.2
67+ uses : actions/checkout@v5.0.0
6868 with :
6969 fetch-depth : 0
7070
@@ -93,12 +93,12 @@ jobs:
9393
9494 steps :
9595 - name : Check out repository
96- uses : actions/checkout@v4.2.2
96+ uses : actions/checkout@v5.0.0
9797 with :
9898 fetch-depth : 0
9999
100100 - name : Download all build artifacts
101- uses : actions/download-artifact@v4.2.1
101+ uses : actions/download-artifact@v5.0.0
102102 with :
103103 path : artifacts/
104104
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Check out repository
22- uses : actions/checkout@v4.2.2
22+ uses : actions/checkout@v5.0.0
2323 with :
2424 fetch-depth : 0
2525
3232
3333 steps :
3434 - name : Check out repository
35- uses : actions/checkout@v4.2.2
35+ uses : actions/checkout@v5.0.0
3636 with :
3737 fetch-depth : 0
3838
4848
4949 steps :
5050 - name : Check out repository
51- uses : actions/checkout@v4.2.2
51+ uses : actions/checkout@v5.0.0
5252 with :
5353 fetch-depth : 0
5454
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111
1212 steps :
1313 - name : Check out repository
14- uses : actions/checkout@v4.2.2
14+ uses : actions/checkout@v5.0.0
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Setup .NET Core
19- uses : actions/setup-dotnet@v4.3.1
19+ uses : actions/setup-dotnet@v5.0.0
2020 with :
2121 dotnet-version : 9.0
2222
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Check out repository
32- uses : actions/checkout@v4.2.2
32+ uses : actions/checkout@v5.0.0
3333 with :
3434 fetch-depth : 0
3535
@@ -41,12 +41,12 @@ jobs:
4141
4242 steps :
4343 - name : Check out repository
44- uses : actions/checkout@v4.2.2
44+ uses : actions/checkout@v5.0.0
4545 with :
4646 fetch-depth : 0
4747
4848 - name : Setup .NET Core
49- uses : actions/setup-dotnet@v4
49+ uses : actions/setup-dotnet@v5.0.0
5050 with :
5151 dotnet-version : 9.0
5252
7171
7272 steps :
7373 - name : Check out repository
74- uses : actions/checkout@v4.2.2
74+ uses : actions/checkout@v5.0.0
7575 with :
7676 fetch-depth : 0
7777
You can’t perform that action at this time.
0 commit comments