From 7c5961a15d704d82c6ddd16aa88349e280224876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:45:40 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5 to 6 in /cache-magento Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cache-magento/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache-magento/action.yml b/cache-magento/action.yml index 27099afc..7dfab093 100644 --- a/cache-magento/action.yml +++ b/cache-magento/action.yml @@ -90,7 +90,7 @@ runs: >> $GITHUB_OUTPUT - name: "Cache Composer Packages" - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-magento-cache with: key: ${{ steps.cache-magento-keys.outputs.download-key }} @@ -114,7 +114,7 @@ runs: } >> "$GITHUB_OUTPUT" - name: "Cache Vendor (Stamp)" - uses: actions/cache@v5 + uses: actions/cache@v6 if: inputs.stamp == 'true' with: key: ${{ steps.cache-magento-keys.outputs.stamp-key }}