File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55 autofix :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99
1010 - uses : sbt/setup-sbt@v1
1111
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2626 timeout-minutes : ${{ inputs.timeout-minutes }}
2727 steps :
2828 # For normal PR jobs, just checkout the base_ref the PR is against
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with : { fetch-depth: 1 }
3131
3232 - uses : ./.github/actions/pre-build-setup
Original file line number Diff line number Diff line change 7070 distribution : ' temurin'
7171 java-version : ' 11'
7272
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v5
7474 with : { fetch-depth: 0 }
7575
7676 - run : " echo temurin:11 > .mill-jvm-version"
Original file line number Diff line number Diff line change 3535 distribution : ' temurin'
3636 java-version : ' 11'
3737
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 with : { fetch-depth: 0 }
4040
4141 - run : " echo temurin:11 > .mill-jvm-version"
Original file line number Diff line number Diff line change 2525 MILL_DISABLE_SCALADOC_ANNOTATION : 1
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with : {fetch-depth: 0}
3030
3131 - uses : coursier/cache-action@v6
Original file line number Diff line number Diff line change 1313# runs-on: ubuntu-latest
1414# # runs-on: windows-latest
1515# steps:
16- # - uses: actions/checkout@v4
16+ # - uses: actions/checkout@v5
1717# with: { fetch-depth: 1 }
1818#
1919# - run: "echo temurin:11 > .mill-jvm-version"
7676 if : (github.event.action == 'ready_for_review') || (github.event.pull_request.draft == false)
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 with : { fetch-depth: 1 }
8181
8282 - run : ./mill -i website.fastPages + website.checkBrokenLinks
@@ -101,7 +101,7 @@ jobs:
101101 millargs : " 'example.thirdparty[{jimfs,commons-io}].native.daemon'"
102102 java-version : 24
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v5
105105 with : { fetch-depth: 1 }
106106
107107 - uses : ./.github/actions/pre-build-setup
You can’t perform that action at this time.
0 commit comments