From a838c4455fe755833bdf1c569ee3d6a813d2725a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:01:07 +0000 Subject: [PATCH] Bump actions/cache from 3.0.5 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 5.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.0.5...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c856ee..8fff264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: sudo apt-get update sudo apt-get install helm - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v5.0.1 name: Cache dependencies with: path: ~/.composer/cache/files