File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 sudo rm -rf /var/lib/apt/lists/*
2121 sudo apt-get update
2222 sudo apt-get -y install xmlstarlet
23- - uses : actions/setup-java@v4
23+ - uses : actions/setup-java@v5
2424 with :
2525 java-version : 17
2626 distribution : liberica
Original file line number Diff line number Diff line change 7070 ref : ${{ inputs.hotfix_branch }}
7171 fetch-depth : 0
7272
73- - uses : actions/setup-java@v4
73+ - uses : actions/setup-java@v5
7474 with :
7575 java-version : ${{ inputs.java_version || 21 }}
7676 distribution : ${{ inputs.java_distribution || 'liberica' }}
@@ -128,7 +128,7 @@ jobs:
128128 ref : ${{ inputs.version_tag_prefix || 'v' }}${{ needs.get-hotfix-version.outputs.version }}
129129 fetch-depth : 0
130130
131- - uses : actions/setup-java@v4
131+ - uses : actions/setup-java@v5
132132 with :
133133 java-version : ${{ inputs.java_version || 21 }}
134134 distribution : ${{ inputs.java_distribution || 'liberica' }}
Original file line number Diff line number Diff line change 7474 ref : ${{ inputs.release_branch }}
7575 fetch-depth : 0
7676
77- - uses : actions/setup-java@v4
77+ - uses : actions/setup-java@v5
7878 with :
7979 java-version : ${{ inputs.java_version || 21 }}
8080 distribution : ${{ inputs.java_distribution || 'liberica' }}
@@ -132,7 +132,7 @@ jobs:
132132 ref : ${{ inputs.version_tag_prefix || 'v' }}${{ needs.get-release-version.outputs.version }}
133133 fetch-depth : 0
134134
135- - uses : actions/setup-java@v4
135+ - uses : actions/setup-java@v5
136136 with :
137137 java-version : ${{ inputs.java_version || 21 }}
138138 distribution : ${{ inputs.java_distribution || 'liberica' }}
@@ -211,7 +211,7 @@ jobs:
211211 git config user.name "github-actions[bot]"
212212 git config user.email "github-actions[bot]@users.noreply.github.com"
213213
214- - uses : actions/setup-java@v4
214+ - uses : actions/setup-java@v5
215215 with :
216216 java-version : ${{ inputs.java_version || 21 }}
217217 distribution : ${{ inputs.java_distribution || 'liberica' }}
Original file line number Diff line number Diff line change 3535 ref : ${{ github.event.inputs.git_ref }}
3636 fetch-depth : 0
3737
38- - uses : actions/setup-java@v4
38+ - uses : actions/setup-java@v5
3939 with :
4040 java-version : 11
4141 distribution : liberica
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 ssh-key : ${{ secrets.GIT_SSH_KEY }}
110110
111111 - name : Set up Java ${{ inputs.java_version }}
112- uses : actions/setup-java@v4
112+ uses : actions/setup-java@v5
113113 with :
114114 java-version : ${{ inputs.java_version }}
115115 distribution : ${{ inputs.java_distribution }}
Original file line number Diff line number Diff line change 3535 ref : ${{ github.event.inputs.git_ref }}
3636 fetch-depth : 0
3737
38- - uses : actions/setup-java@v4
38+ - uses : actions/setup-java@v5
3939 with :
4040 java-version : 11
4141 distribution : liberica
You can’t perform that action at this time.
0 commit comments