Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

chore(deps): update github actions #291

chore(deps): update github actions

chore(deps): update github actions #291

Workflow file for this run

name: Build Java PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Set up JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml