From 01bf018505e20543e43db038902ce81f850a7aec Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sun, 18 Feb 2024 13:19:11 +0100 Subject: [PATCH] chore: fix ci deprecations, bump actions/cache 3 => 4 --- .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 86a2429..905623a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}