diff --git a/.github/workflows/phpdoc-to-github-pages.yml b/.github/workflows/phpdoc-to-github-pages.yml index e2c50d1bf..2eeb73942 100644 --- a/.github/workflows/phpdoc-to-github-pages.yml +++ b/.github/workflows/phpdoc-to-github-pages.yml @@ -20,7 +20,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Build" - uses: "phpDocumentor/phpDocumentor@4d3daedcffb747791b212545da819bfc81252ea9" # v3.9.1 + uses: "phpDocumentor/phpDocumentor@0cd9a39454aadddcdd1e1f32194914e5d0871733" # v3.10.0 with: target: "docs/build" - name: Setup Pages