File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
setup-and-install-with-gradle
setup-and-install-with-maven Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414 timeout-minutes : 15
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
1919 - uses : aboutbits/github-actions-base/git-setup@v2
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ runs:
2727 using : " composite"
2828 steps :
2929 - name : Set up JDK
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 id : setup-java
3232 with :
3333 java-version : ${{ inputs.java-version }}
3434 distribution : ${{ inputs.distribution }}
3535 - name : Setup Gradle
36- uses : gradle/actions/setup-gradle@v4
36+ uses : gradle/actions/setup-gradle@v5
3737 with :
3838 cache-disabled : ${{ inputs.cache == 'false' }}
3939 cache-encryption-key : ${{ inputs.cache-encryption-key }}
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ runs:
3030 using : " composite"
3131 steps :
3232 - name : Set up JDK
33- uses : actions/setup-java@v4
33+ uses : actions/setup-java@v5
3434 id : setup-java
3535 with :
3636 java-version : ${{ inputs.java-version }}
3737 distribution : ${{ inputs.distribution }}
3838 - name : Cache local Maven repository
39- uses : actions/cache@v4
39+ uses : actions/cache@v5
4040 id : cache
4141 if : ${{ inputs.cache == 'true' }}
4242 with :
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ runs:
2727 using : " composite"
2828 steps :
2929 - name : Set up JDK
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 id : setup-java
3232 with :
3333 java-version : ${{ inputs.java-version }}
3434 distribution : ${{ inputs.distribution }}
3535 - name : Setup Gradle
36- uses : gradle/actions/setup-gradle@v4
36+ uses : gradle/actions/setup-gradle@v5
3737 with :
3838 cache-disabled : ${{ inputs.cache == 'false' }}
3939 cache-encryption-key : ${{ inputs.cache-encryption-key }}
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ runs:
2727 using : " composite"
2828 steps :
2929 - name : Set up JDK
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 id : setup-java
3232 with :
3333 java-version : ${{ inputs.java-version }}
3434 distribution : ${{ inputs.distribution }}
3535 - name : Cache local Maven repository
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 id : cache
3838 if : ${{ inputs.cache == 'true' }}
3939 with :
You can’t perform that action at this time.
0 commit comments