From eb92a685f0268ab2d71667eb02a91b9fad4807df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:35:17 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [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/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aem-sync-to-cloudmanager-repo.yml | 4 ++-- .github/workflows/php-quality-checks.yml | 4 ++-- .github/workflows/shopify-theme-pr.yml | 4 ++-- .github/workflows/shopify-theme-preview-cleanup.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/aem-sync-to-cloudmanager-repo.yml b/.github/workflows/aem-sync-to-cloudmanager-repo.yml index 8857d3d..4b4a33b 100644 --- a/.github/workflows/aem-sync-to-cloudmanager-repo.yml +++ b/.github/workflows/aem-sync-to-cloudmanager-repo.yml @@ -102,7 +102,7 @@ jobs: - name: Cache Maven packages if: ${{ !env.ACT }} # Skip when running with act locally - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #v6.1.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -141,7 +141,7 @@ jobs: - name: Cache Maven packages if: ${{ !env.ACT }} # Skip when running with act locally - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #v6.1.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/php-quality-checks.yml b/.github/workflows/php-quality-checks.yml index e3fbc47..f48f203 100644 --- a/.github/workflows/php-quality-checks.yml +++ b/.github/workflows/php-quality-checks.yml @@ -253,7 +253,7 @@ jobs: - name: Cache Composer dependencies if: steps.check-files.outputs.has-composer == 'true' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #v6.1.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} @@ -397,7 +397,7 @@ jobs: fi - name: Cache PHPStan results - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #v6.1.0 with: path: /tmp/phpstan key: phpstan-php${{ inputs.php-version }}-${{ inputs.phpstan-level }}-${{ hashFiles('**/*.php') }} diff --git a/.github/workflows/shopify-theme-pr.yml b/.github/workflows/shopify-theme-pr.yml index 166302d..80b5d8a 100644 --- a/.github/workflows/shopify-theme-pr.yml +++ b/.github/workflows/shopify-theme-pr.yml @@ -47,7 +47,7 @@ jobs: node-version: 'lts/*' - name: Cache npm - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-npm-shopify-cli @@ -128,7 +128,7 @@ jobs: node-version: 'lts/*' - name: Cache npm - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-npm-shopify-cli diff --git a/.github/workflows/shopify-theme-preview-cleanup.yml b/.github/workflows/shopify-theme-preview-cleanup.yml index 7e07df8..3c978e3 100644 --- a/.github/workflows/shopify-theme-preview-cleanup.yml +++ b/.github/workflows/shopify-theme-preview-cleanup.yml @@ -32,7 +32,7 @@ jobs: node-version: 'lts/*' - name: Cache npm - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.npm key: ${{ runner.os }}-npm-shopify-cli