From 28b32c13c66b971812438dc60b9c45909adcf2f8 Mon Sep 17 00:00:00 2001 From: ellynoize Date: Mon, 3 Mar 2025 11:19:02 +0300 Subject: [PATCH] update workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be21d4c7..df4f4016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: composer validate - name: Cache Composer packages id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}