From c4d43b99b1e49e09a88b8e1e4174467183879036 Mon Sep 17 00:00:00 2001 From: Aliaksei Sanikovich Date: Fri, 26 Sep 2025 02:04:51 +0200 Subject: [PATCH] CI: Fix actions/cache version to v3 --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a01f409..83a3999 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -37,7 +37,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache composer dependencies - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}