diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 553c6301..cc9a2fd7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: uses: actions/configure-pages@v5 - name: Cache phpDocumentor build files id: phpdocumentor-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .phpdoc/cache key: ${{ runner.os }}-phpdocumentor-${{ github.sha }}