Skip to content

Update actions/checkout action to v4.2.2 #23

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #23

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 16
uses: actions/[email protected]
with:
java-version: 16
distribution: adopt
- name: Build with Maven
run: mvn package