Skip to content

Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 #118

Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0

Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 #118

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