diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 6ac9690..76c9305 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/maven-build@0fd979fcdd90cf1b62e6410221d64efd6b470865 # v0.0.21 + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@a27e6fba6b28bbb96881ec096e9c8ea5a538f481 # v0.0.22 with: java_version: ${{ inputs.java_version }} build_command: ${{ inputs.build_command }}