From 7390338e751a10dc17ca82cd113ccd0df21a391b Mon Sep 17 00:00:00 2001 From: codepuncher Date: Wed, 22 Jan 2025 11:21:10 +0000 Subject: [PATCH] Update GitHub Actions workflows to version `v4` --- .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 18e0ebd..f9b9a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: id: composercache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ${{ steps.composercache.outputs.dir }} key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}