From 9df93e89d72b50063d7cbd79afc88472c844cd72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:15:43 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/actions/php-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/php-build/action.yml b/.github/actions/php-build/action.yml index 45f9bae..6b4b55d 100644 --- a/.github/actions/php-build/action.yml +++ b/.github/actions/php-build/action.yml @@ -25,7 +25,7 @@ runs: - name: 'Cache Composer Dependencies' id: composer-cache if: ${{ inputs.cache-deps == 'true' }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} path: './src/vendor'