diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 828e4cbd5..c1c2473d4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: - name: Build with Maven run: mvn -B --no-transfer-progress package - name: Deploy documentation - uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # tag=v4.7.2 + uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # tag=v4.7.3 with: branch: gh-pages folder: target/reports/apidocs