From 423c4ff717427ad42c51bbfdd4f7129ca455960b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:31:17 +0000 Subject: [PATCH] Bump actions/cache from 3.0.5 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 5.0.3. - [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.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 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..24a61bd 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.3 name: Cache dependencies with: path: ~/.composer/cache/files