diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fb0481dc2..02445edc5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: - name: Cache phpDocumentor build files id: phpdocumentor-cache - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: .phpdoc/cache key: ${{ runner.os }}-phpdocumentor-${{ github.sha }}