From 058de33d8ab031a84b5ad17dc6cf8c31452d536e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:05:45 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 8dff5ca..b3441e4 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@v4 + uses: actions/cache@v5 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 42f2e9e..d71d682 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@v4 + uses: actions/cache@v5 with: path: ~/.symfony/cache key: security-checker-db diff --git a/.github/workflows/slim.yml b/.github/workflows/slim.yml index 7b62859..2d1b819 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@v4 + uses: actions/cache@v5 with: path: ~/.composer/cache/files key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}