Skip to content

ci(deps): update github actions #352

ci(deps): update github actions

ci(deps): update github actions #352

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