From 3ba530a7a93887ed5cf97d905e5801ecb488df54 Mon Sep 17 00:00:00 2001 From: John Lee Date: Mon, 13 Jan 2025 16:35:27 -0500 Subject: [PATCH] Update GH actions cache to 4.2.0 as 4.0 is deprecated --- .github/actions/composite/setup-composer-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/composite/setup-composer-cache/action.yml b/.github/actions/composite/setup-composer-cache/action.yml index 1fdc649..4bd40d8 100644 --- a/.github/actions/composite/setup-composer-cache/action.yml +++ b/.github/actions/composite/setup-composer-cache/action.yml @@ -10,7 +10,7 @@ runs: shell: bash - name: Cache Composer Files - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.2.0 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}