Skip to content

ci(deps): update github actions (major) #779

ci(deps): update github actions (major)

ci(deps): update github actions (major) #779

---
name: Build Maven PR
# yamllint disable-line rule:truthy
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Set up JDK 11
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Maven Package
run: ./mvnw -B package --file pom.xml