File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838 }
3939
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242
4343 - name : Set up JDK ${{ matrix.java.version }}
4444 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 4545 }
4646
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949
5050 - name : Set up JDK 21
5151 uses : actions/setup-java@v5
7575 echo "::set-output name=version::$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)"
7676 shell : bash
7777
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979 with :
8080 repository : ${{ matrix.project.organization }}/${{ matrix.project.repository }}
8181 path : ${{ matrix.project.repository }}
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repo
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 path : current-repo
3131
3636 distribution : temurin
3737
3838 - name : Checkout Ecosystem
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 with :
4141 repository : ${{ env.ECOSYSTEM_CI_REPO }}
4242 path : ecosystem-ci
You can’t perform that action at this time.
0 commit comments