From 487b7fd71e158de74573f9dd6e51b5e24eb32f1f Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 26 Apr 2024 10:38:14 +0200 Subject: [PATCH] chore: fix ci deprecations, bump actions/cache 3 => 4 (#160) Co-authored-by: Christopher Georg --- .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 8b09436..78decd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,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') }}