2020 with :
2121 distribution : ' temurin'
2222 java-version : ' 17'
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2626 - name : Tag current commit
7070 runs-on : macos-latest
7171 steps :
7272 - name : Checkout sources
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 with :
7575 fetch-depth : 0
7676 - name : Tag current commit
9393 runs-on : ubuntu-latest
9494 steps :
9595 - name : Checkout sources
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797 with :
9898 fetch-depth : 0
9999 - name : Tag current commit
@@ -116,7 +116,7 @@ jobs:
116116 runs-on : windows-latest
117117 steps :
118118 - name : Checkout sources
119- uses : actions/checkout@v4
119+ uses : actions/checkout@v5
120120 with :
121121 fetch-depth : 0
122122 - name : Tag current commit
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : windows-latest
140140 steps :
141141 - name : Checkout sources
142- uses : actions/checkout@v4
142+ uses : actions/checkout@v5
143143 with :
144144 fetch-depth : 0
145145 - name : Tag current commit
@@ -164,7 +164,7 @@ jobs:
164164 timeout-minutes : 300
165165 steps :
166166 - name : Checkout sources
167- uses : actions/checkout@v4
167+ uses : actions/checkout@v5
168168 with :
169169 fetch-depth : 0
170170 - name : Setup .NET
@@ -191,7 +191,7 @@ jobs:
191191 needs : [analyze, test-macos, test-ubuntu, test-windows, test-net-framework]
192192 steps :
193193 - name : Checkout sources
194- uses : actions/checkout@v4
194+ uses : actions/checkout@v5
195195 with :
196196 fetch-depth : 0
197197 - name : Tag current commit
@@ -253,7 +253,7 @@ jobs:
253253 label-template : |
254254 state: released
255255 - name : Checkout sources
256- uses : actions/checkout@v4
256+ uses : actions/checkout@v5
257257 with :
258258 fetch-depth : 0
259259 - name : Delete release branch
0 commit comments