From 2ea59b1e16d1c30926b5fc8e3bf6bdaf49ab1bf7 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 13 Mar 2024 23:30:26 +0100 Subject: [PATCH] chore: fix ci deprecations, bump actions/cache 3 => 4 (#377) Co-authored-by: Christopher Georg --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index cdc47b9..c537c1e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.composer/cache/files key: dependencies-symfony-${{ matrix.symfony }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}-flags-${{ matrix.composer-flags }}