Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 #21

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 #21

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
uses: lernejo/reusable-workflows/.github/workflows/ci.yml@main
secrets: inherit
with:
runs-on: ${{ matrix.os }}