File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 name : Build
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1515 - name : Set up JDK 17
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 # Alternative command if we just inherit the jdk.version from the parent (grep is faster):
Original file line number Diff line number Diff line change 1313 permissions :
1414 security-events : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Maven Central Repository
1818 uses : actions/setup-java@v4
1919 with :
Original file line number Diff line number Diff line change 1111 matrix :
1212 java : [17]
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Set up Maven Central Repository
1616 uses : actions/setup-java@v4
1717 with :
Original file line number Diff line number Diff line change 99 name : OAI-PMH Validator
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1515 - name : Set up JDK 17
You can’t perform that action at this time.
0 commit comments