From 40e3b401c00066c8a256614c64ef59ebfbb1a00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:22:39 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 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] --- .github/workflows/laravel.yml | 2 +- .github/workflows/security-checks.yml | 2 +- .github/workflows/slim.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 8d9410d..d4c9e87 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -30,7 +30,7 @@ jobs: name: Checkout repository - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache/files key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index f58f295..d1c8783 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -36,7 +36,7 @@ jobs: composer-options: ${{ matrix.composer-options }} --no-dev - name: Cache security checker dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.symfony/cache key: security-checker-db diff --git a/.github/workflows/slim.yml b/.github/workflows/slim.yml index 1351aa2..08e184f 100644 --- a/.github/workflows/slim.yml +++ b/.github/workflows/slim.yml @@ -25,7 +25,7 @@ jobs: name: Checkout repository - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache/files key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}