File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 # Checkout the main repo with all history so we get all tags
5959 - name : Checkout Lucene.Net source
60- uses : actions/checkout@v3
60+ uses : actions/checkout@v5
6161 with :
6262 path : main-repo
6363 fetch-depth : 0
@@ -119,12 +119,12 @@ jobs:
119119 shell : powershell
120120
121121 - name : Setup .NET 6 SDK
122- uses : actions/setup-dotnet@v3
122+ uses : actions/setup-dotnet@v5
123123 with :
124124 dotnet-version : ' 6.0.x'
125125
126126 - name : Setup .NET 8 SDK
127- uses : actions/setup-dotnet@v3
127+ uses : actions/setup-dotnet@v5
128128 with :
129129 dotnet-version : ' 8.0.x'
130130
@@ -133,7 +133,7 @@ jobs:
133133 shell : powershell
134134
135135 - name : Checkout Lucene.Net website
136- uses : actions/checkout@v3
136+ uses : actions/checkout@v5
137137 with :
138138 repository : ${{ env.SITE_REPO }}
139139 ref : asf-site
Original file line number Diff line number Diff line change 5050
5151 # Checkout the main repo with all history so we get all tags
5252 - name : Checkout Lucene.Net source
53- uses : actions/checkout@v3
53+ uses : actions/checkout@v5
5454 with :
5555 path : main-repo
5656 fetch-depth : 0
@@ -106,14 +106,14 @@ jobs:
106106 shell : powershell
107107
108108 - name : Upload website as build artifact
109- uses : actions/upload-artifact@v4
109+ uses : actions/upload-artifact@v5
110110 if : ${{always()}}
111111 with :
112112 name : ' website'
113113 path : ' ${{github.workspace}}/main-repo/websites/site/_site'
114114
115115 - name : Checkout Lucene.Net website
116- uses : actions/checkout@v3
116+ uses : actions/checkout@v5
117117 with :
118118 repository : ${{ env.SITE_REPO }}
119119 ref : asf-site
You can’t perform that action at this time.
0 commit comments