Skip to content

Bump actions/checkout from 3 to 4 (#3) #6

Bump actions/checkout from 3 to 4 (#3)

Bump actions/checkout from 3 to 4 (#3) #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots test