From 582580ccf5c7b8d1bed7cc56974c8c4465057610 Mon Sep 17 00:00:00 2001 From: "renovate-runner[bot]" <224860489+renovate-runner[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:06:12 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c45e24..0abb9ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Cache composer packages - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 with: path: ./vendor/ key: ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }} @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Cache composer packages - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 with: path: ./vendor/ key: ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}