From c5b8c2efdc08f0079343c42abe23f170c3c7fd80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:50:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/test-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 6cd9a148b..d1a5047ab 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -43,7 +43,7 @@ jobs: working-directory: php - name: Cache composer - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "${{ steps.composer-cache.outputs.dir }}" key: composer