From 1d05f3efeb4c56d622167630119c53214754550a Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Tue, 4 Mar 2025 19:52:24 +0300 Subject: [PATCH] fix github workflows (cache action) --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8f07af5..3927225 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,7 +27,7 @@ jobs: php-version: "8.3" - name: Cache phpDocumentor id: cache-phpdocumentor - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: phpDocumentor.phar key: phpdocumentor