File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 name : Build
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Determine Java version from POM
1212 run : |
1313 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
Original file line number Diff line number Diff line change 1414 # We need write permission so we can push the next snapshot version
1515 contents : write
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - run : |
1919 git config user.name "github-actions[bot]"
2020 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - if : ${{ github.event_name == 'push' }}
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - if : ${{ inputs.version }}
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : " ${{ inputs.version }}"
2222 - name : Determine Java version from POM
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : ${{ !contains(github.event.head_commit.message, '[maven-release-plugin]') }}
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Determine Java version from POM
1414 run : |
1515 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
You can’t perform that action at this time.
0 commit comments