From 2b76f3c6821103853cd8f9ba99083c2dfb6ded21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:56:02 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 3.3.1 to 4.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests_php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_php.yml b/.github/workflows/tests_php.yml index 3073364..711dfd6 100644 --- a/.github/workflows/tests_php.yml +++ b/.github/workflows/tests_php.yml @@ -22,7 +22,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.1.0 with: path: ~/.composer/cache/files key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}