Skip to content

Update dependency commons-io:commons-io to v2.17.0 #210

Update dependency commons-io:commons-io to v2.17.0

Update dependency commons-io:commons-io to v2.17.0 #210

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
check-latest: true
- name: Run tests
run: make test