From cc46440a6c4f7331735e68aabe191d9912ded4e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:44:06 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cb581ec..19caf22 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, bcmath, intl, gd - name: Cache composer dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: vendor key: composer-${{ hashFiles('composer.lock') }}