From 0a44795b684a2d53dff1dae7cd481424fb15e759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:41:39 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.4 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.3 | v4.2.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index d4dcb40..552012c 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -40,7 +40,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.3" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.2.3" + uses: "actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4 with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"