From ff419d012e7570be98be14af160570d3c83b59d1 Mon Sep 17 00:00:00 2001 From: Carl Bennett Date: Thu, 7 Nov 2024 17:30:40 -0600 Subject: [PATCH] Fix deprecation warning in linter --- .github/workflows/php-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-linter.yml b/.github/workflows/php-linter.yml index 111a116c..46e2c176 100644 --- a/.github/workflows/php-linter.yml +++ b/.github/workflows/php-linter.yml @@ -27,7 +27,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: lib key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}