|
47 | 47 | steps:
|
48 | 48 | - uses: actions/checkout@v5
|
49 | 49 | - name: Use JDK 21
|
50 |
| - uses: actions/setup-java@v4 |
| 50 | + uses: actions/setup-java@v5 |
51 | 51 | with:
|
52 | 52 | distribution: 'temurin' # See 'Supported distributions' for available options
|
53 | 53 | java-version: '21'
|
|
85 | 85 | if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
|
86 | 86 | run: git submodule update --init --recursive
|
87 | 87 | - name: Use JDK 21
|
88 |
| - uses: actions/setup-java@v4 |
| 88 | + uses: actions/setup-java@v5 |
89 | 89 | with:
|
90 | 90 | distribution: 'temurin' # See 'Supported distributions' for available options
|
91 | 91 | java-version: '21'
|
@@ -125,7 +125,7 @@ jobs:
|
125 | 125 | if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
|
126 | 126 | run: git submodule update --init --recursive
|
127 | 127 | - name: Use JDK 21
|
128 |
| - uses: actions/setup-java@v4 |
| 128 | + uses: actions/setup-java@v5 |
129 | 129 | with:
|
130 | 130 | distribution: 'temurin' # See 'Supported distributions' for available options
|
131 | 131 | java-version: '21'
|
@@ -169,7 +169,7 @@ jobs:
|
169 | 169 | if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
|
170 | 170 | run: git submodule update --init --recursive
|
171 | 171 | - name: Use JDK 21
|
172 |
| - uses: actions/setup-java@v4 |
| 172 | + uses: actions/setup-java@v5 |
173 | 173 | with:
|
174 | 174 | distribution: 'temurin' # See 'Supported distributions' for available options
|
175 | 175 | java-version: '21'
|
@@ -209,7 +209,7 @@ jobs:
|
209 | 209 | if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
|
210 | 210 | run: git submodule update --init --recursive
|
211 | 211 | - name: Use JDK 21
|
212 |
| - uses: actions/setup-java@v4 |
| 212 | + uses: actions/setup-java@v5 |
213 | 213 | with:
|
214 | 214 | distribution: 'temurin' # See 'Supported distributions' for available options
|
215 | 215 | java-version: '21'
|
@@ -249,7 +249,7 @@ jobs:
|
249 | 249 | if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
|
250 | 250 | run: git submodule update --init --recursive
|
251 | 251 | - name: Use JDK 21
|
252 |
| - uses: actions/setup-java@v4 |
| 252 | + uses: actions/setup-java@v5 |
253 | 253 | with:
|
254 | 254 | distribution: 'temurin' # See 'Supported distributions' for available options
|
255 | 255 | java-version: '21'
|
|
0 commit comments