From 976aa9aefcf22d3d3d07cdd0832d7622379b32c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:38:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/backend.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 4283add..a28cb93 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -52,7 +52,7 @@ jobs: echo "dir::save-state name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: ${{ env.dir }} key: ${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}-composer @@ -62,7 +62,7 @@ jobs: run: composer install --no-interaction --no-suggest --no-scripts --prefer-dist --ansi - name: Cache phpstan - uses: actions/cache@v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: /tmp/phpstan/cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-phpstan @@ -112,7 +112,7 @@ jobs: echo "dir::save-state name=dir::$(composer config cache-files-dir)" - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: ${{ env.dir }} key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-composer @@ -122,7 +122,7 @@ jobs: run: composer install --no-interaction --no-suggest --no-scripts --prefer-dist --ansi - name: Cache phpstan - uses: actions/cache@v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: /tmp/phpstan/cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-phpstan