Skip to content

Bump actions/setup-java from 5.2.0 to 5.4.0 in the minor-actions-dependencies group #71

Bump actions/setup-java from 5.2.0 to 5.4.0 in the minor-actions-dependencies group

Bump actions/setup-java from 5.2.0 to 5.4.0 in the minor-actions-dependencies group #71

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up JDK
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
java-version-file: .java-version
distribution: 'temurin'
cache: 'maven'
- name: Build and test with Maven
run: ./mvnw --batch-mode --errors verify