From b581f5c645ec267c16caabd4c8a048238a48b7f0 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sun, 18 Feb 2024 13:08:51 +0100 Subject: [PATCH] chore: fix ci deprecations, bump actions/cache 3 => 4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d468878..dac7ed9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,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') }}