File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 fail-fast : false
2828 matrix :
29- runner : [ ubuntu-8-32 , windows-8-32 ]
29+ runner : [ ubuntu-latest , windows-latest ]
3030 runs-on : ${{ matrix.runner }}
3131 steps :
3232 - name : check out
@@ -134,7 +134,7 @@ jobs:
134134 task : checkVersionIsSnapshot
135135
136136 detekt :
137- runs-on : ubuntu-4-16
137+ runs-on : ubuntu-latest
138138 needs : build-all
139139 steps :
140140 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -154,7 +154,7 @@ jobs:
154154 sarif_file : build/reports/detekt/merged.sarif
155155
156156 build-website :
157- runs-on : ubuntu-4-16
157+ runs-on : ubuntu-latest
158158 needs : build-all
159159 steps :
160160 - name : check out
@@ -324,6 +324,6 @@ jobs:
324324 - website-versioning
325325 steps :
326326 - name : require that all other jobs have passed
327- uses : re-actors/alls-green@release/v1
327+ uses : re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
328328 with :
329329 jobs : ${{ toJSON(needs) }}
You can’t perform that action at this time.
0 commit comments