From 60c74592827b2dc0c42ed02db56dda136da1fadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 09:52:01 +0000 Subject: [PATCH] Bump actions/cache from 2 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coding-standard.yml | 2 +- .github/workflows/phpstan.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 6e35d0bc..736eaf4d 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -36,7 +36,7 @@ jobs: extensions: pdo_sqlite - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v4" with: path: | ~/.composer/cache diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 948492cc..227f3910 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -36,7 +36,7 @@ jobs: extensions: pdo_sqlite - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v4" with: path: | ~/.composer/cache diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 82772b64..deda3b2f 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -45,7 +45,7 @@ jobs: extensions: pdo_sqlite - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v4" with: path: | ~/.composer/cache diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 992c2e60..91cc0d69 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -36,7 +36,7 @@ jobs: extensions: pdo_sqlite - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v4" with: path: | ~/.composer/cache