From d1801d1088c2fc7174006c04808761e2b91389f7 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Fri, 11 Jul 2025 16:33:05 +0100 Subject: [PATCH] Update cache version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 457a7d0e..7cd60169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: extensions: mbstring, dom, fileinfo, mysql, libxml, xml, xmlwriter, dom, tokenizer, filter, json, phar, pcre, openssl, pdo, intl, curl - name: Cache composer dependencies - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: vendor key: composer-${{ hashFiles('composer.lock') }} @@ -32,7 +32,7 @@ jobs: php artisan key:generate - name: Cache yarn dependencies - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: node_modules key: yarn-${{ hashFiles('yarn.lock') }}