From bf0d950a99eba6944d759bc260373f244f51732b Mon Sep 17 00:00:00 2001 From: vil02 Date: Mon, 15 Jan 2024 19:55:06 +0100 Subject: [PATCH] chore: update `actions/cache` to `v3` --- .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 b5752cc3..35560791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - 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') }}