Skip to content

build(deps): bump commons-io:commons-io from 2.10.0 to 2.14.0 #180

build(deps): bump commons-io:commons-io from 2.10.0 to 2.14.0

build(deps): bump commons-io:commons-io from 2.10.0 to 2.14.0 #180

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Maven package
on: [push, pull_request]
jobs:
unittests:
runs-on: ubuntu-20.04
strategy:
matrix:
java-version: [11]
steps:
- uses: actions/checkout@v2
- name: Setup JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
- name: Run tests
run: |
mvn package