Skip to content

Bump commons-io:commons-io from 2.7 to 2.14.0 #2

Bump commons-io:commons-io from 2.7 to 2.14.0

Bump commons-io:commons-io from 2.7 to 2.14.0 #2

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Package and run all tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 8
- name: Run Maven Targets
run: mvn package --batch-mode --show-version --no-transfer-progress