From e74cd7c535575e2c152e0e8254cb5eae112b5a6d Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Fri, 5 Apr 2024 10:29:06 +0200 Subject: [PATCH] Bump result cache version in CI --- .github/workflows/static-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index acd437785f..625fbb8034 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -105,9 +105,9 @@ jobs: uses: actions/cache@v3 with: path: ./tmp - key: "result-cache-v11-${{ matrix.php-version }}-${{ github.run_id }}" + key: "result-cache-v12-${{ matrix.php-version }}-${{ github.run_id }}" restore-keys: | - result-cache-v11-${{ matrix.php-version }}- + result-cache-v12-${{ matrix.php-version }}- - name: "PHPStan with result cache" run: |