Skip to content

Bump commons-io:commons-io from 2.11.0 to 2.15.0 #115

Bump commons-io:commons-io from 2.11.0 to 2.15.0

Bump commons-io:commons-io from 2.11.0 to 2.15.0 #115

Workflow file for this run

name: Update the documentation
on: [push, pull_request]
jobs:
# We update files if needed
update-files:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- name: Update resources with Maven
run: mvn -B process-resources
- name: Update files if needed
uses: stefanzweifel/git-auto-commit-action@v4