Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Bump commons-io from 2.11.0 to 2.12.0 #82

Bump commons-io from 2.11.0 to 2.12.0

Bump commons-io from 2.11.0 to 2.12.0 #82

Workflow file for this run

name: Linux Maven build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Java 8 build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'adopt'
- name: Build with Maven
run: mvn -V -B -e install