Skip to content

Bump actions/checkout from 3 to 5 #34

Bump actions/checkout from 3 to 5

Bump actions/checkout from 3 to 5 #34

Workflow file for this run

name: Build mockserver
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw package