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@v5
8+ - uses : actions/checkout@v6
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@v5
16+ - uses : actions/checkout@v6
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@v5
29+ - uses : actions/checkout@v6
3030 with : { fetch-depth: 1 }
3131
3232 - uses : ./.github/actions/pre-build-setup
Original file line number Diff line number Diff line change 6464 distribution : ' temurin'
6565 java-version : ' 11'
6666
67- - uses : actions/checkout@v5
67+ - uses : actions/checkout@v6
6868 with : { fetch-depth: 0 }
6969
7070 - run : " echo temurin:11 > .mill-jvm-version"
Original file line number Diff line number Diff line change 3434 distribution : ' temurin'
3535 java-version : ' 11'
3636
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 with : { fetch-depth: 0 }
3939
4040 - 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@v5
28+ - uses : actions/checkout@v6
2929 with : {fetch-depth: 0}
3030
3131 - uses : coursier/cache-action@v7
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@v5
16+ # - uses: actions/checkout@v6
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@v5
79+ - uses : actions/checkout@v6
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@v5
104+ - uses : actions/checkout@v6
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