From 79dc647888b212197f48cf17e0fc914f124c171e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:24:44 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/behat.yml | 2 +- .github/workflows/behat_ui.yml | 2 +- .github/workflows/gitsplit.yml | 2 +- .github/workflows/license-check.yaml | 2 +- .github/workflows/packages_bundles.yml | 2 +- .github/workflows/packages_components.yml | 2 +- .github/workflows/static.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index 2cd78a36a4..33f25959a6 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -97,7 +97,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} diff --git a/.github/workflows/behat_ui.yml b/.github/workflows/behat_ui.yml index c7d63c03b6..029373b095 100644 --- a/.github/workflows/behat_ui.yml +++ b/.github/workflows/behat_ui.yml @@ -103,7 +103,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} diff --git a/.github/workflows/gitsplit.yml b/.github/workflows/gitsplit.yml index abb573078a..85a07759d8 100644 --- a/.github/workflows/gitsplit.yml +++ b/.github/workflows/gitsplit.yml @@ -31,7 +31,7 @@ jobs: - name: Gitsplit Cache id: gitsplit-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: gitsplit-cache diff --git a/.github/workflows/license-check.yaml b/.github/workflows/license-check.yaml index 86779b2cd6..bfeb257b48 100644 --- a/.github/workflows/license-check.yaml +++ b/.github/workflows/license-check.yaml @@ -70,7 +70,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} diff --git a/.github/workflows/packages_bundles.yml b/.github/workflows/packages_bundles.yml index 1164372dff..09cbe724bb 100644 --- a/.github/workflows/packages_bundles.yml +++ b/.github/workflows/packages_bundles.yml @@ -76,7 +76,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache Composer - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-php-${{ matrix.php }}-package-${{ matrix.package }}-composer-${{ hashFiles(format('src/CoreShop/{0}/composer.json', matrix.package)) }} diff --git a/.github/workflows/packages_components.yml b/.github/workflows/packages_components.yml index 208037b7b9..a58b167f0f 100644 --- a/.github/workflows/packages_components.yml +++ b/.github/workflows/packages_components.yml @@ -77,7 +77,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache Composer - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-php-${{ matrix.php }}-pimcore-${{ matrix.pimcore }}-package-${{ matrix.package }}-composer-${{ hashFiles(format('src/CoreShop/{0}/composer.json', matrix.package)) }} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 27ae427a58..173d4fe033 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -83,7 +83,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}