chore(deps): update actions/setup-java action to v4.2.1 (#1920)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-19 17:59:52 +00:00 коммит произвёл GitHub
Родитель 6b94728ffb
Коммит d023af6eb3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/actions/setup-toolchain/action.yml поставляемый
Просмотреть файл

@ -46,7 +46,7 @@ runs:
shell: bash
- name: Set up JDK
if: ${{ inputs.platform == 'android' || inputs.platform == 'node' }}
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ inputs.java-version }}