Skip to content

build(deps): bump actions/checkout from 3 to 4 #107

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #107

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -ntp -B verify