Skip to content

Bump org.codehaus.plexus:plexus-utils from 3.0.24 to 4.0.3 #95

Bump org.codehaus.plexus:plexus-utils from 3.0.24 to 4.0.3

Bump org.codehaus.plexus:plexus-utils from 3.0.24 to 4.0.3 #95

Workflow file for this run

name: Test
# Controls when the workflow will run
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Test
run: .github/scripts/test.sh