From 97f745c4447175d3863142b46ead6a37c8c54418 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:59:32 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-release.yml | 2 +- .github/workflows/deploy-staging.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ef0836..b82b094 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: ♻️ Restore cached backend dependencies id: cached-composer-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-${{ matrix.php }} diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index a9594ab..f231d41 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -35,7 +35,7 @@ jobs: - name: ♻️ Restore cached backend dependencies id: cached-composer-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-${{ matrix.php }} diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index bfb569d..b41dd5d 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -35,7 +35,7 @@ jobs: - name: ♻️ Restore cached backend dependencies id: cached-composer-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-${{ matrix.php }}