File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 run : git config --global core.autocrlf false
3535 if : startsWith(matrix.os, 'windows')
3636
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v4
3838 - name : Set up JDK 11
3939 uses : actions/setup-java@v3
4040 with :
5656 run : git config --global core.autocrlf false
5757 if : startsWith(matrix.os, 'windows')
5858
59- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v4
6060 - name : Set up JDK 11
6161 uses : actions/setup-java@v3
6262 with :
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828
2929 - name : Setup Java
3030 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 java-version : ${{ env.JAVA_VERSION }}
3737
3838 - name : Checkout repo
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 path : current-repo
4242
4343 - name : Checkout Ecosystem
44- uses : actions/checkout@v3
44+ uses : actions/checkout@v4
4545 with :
4646 repository : ${{ env.ECOSYSTEM_CI_REPO }}
4747 path : ecosystem-ci
Original file line number Diff line number Diff line change 2020 github-token : ${{secrets.GITHUB_TOKEN}}
2121 metadata-file-path : ' .github/project.yml'
2222
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - name : Import GPG key
2626 id : import_gpg
You can’t perform that action at this time.
0 commit comments