From 82c566fc0f4c2d07d962b670974d2ac4c5ec80d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:39:50 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 3.3.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.1.2. - [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.2) --- 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..0ec0713 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.2 with: path: ~/.composer/cache/files key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}