From 9efcc4538948a75d1384558a9e93b1844879f0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:49:12 +0000 Subject: [PATCH] github-action: bump actions/cache from 3.3.2 to 4.0.1 (#260) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.1. - [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.2...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Plattret --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index de5515ec..9629a387 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -43,7 +43,7 @@ jobs: env: update: true - name: "Cache dependencies" - uses: "actions/cache@v3.3.2" + uses: "actions/cache@v4.0.1" with: path: | ~/.composer/cache