From 53402290209a40be7ff0c63848e9923c27030809 Mon Sep 17 00:00:00 2001 From: amiabot Date: Tue, 6 Feb 2024 17:21:52 +0000 Subject: [PATCH] Update: synced local '.github/workflows/phpcs.yml' with remote 'workflows/phpcs-default.yml' --- .github/workflows/phpcs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 4a008cb..bc18745 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -29,7 +29,7 @@ jobs: id: cache-composer run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.cache-composer.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}