Update actions/setup-java action to v4 (#311)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-05 09:58:58 -05:00 committed by Álison Fernandes
parent 58aa38ceea
commit 8f09fcc8c6

View file

@ -29,7 +29,7 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
- name: Configure JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}