Skip to content

Bump actions/checkout from 3 to 4 #97

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #97

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Alliander N.V.
#
# SPDX-License-Identifier: Apache-2.0
name: Build Project
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3.11.0
with:
distribution: 'zulu'
java-version: '11'
- name: Build with Maven
run: ./mvnw -B clean verify