From 3921c14e058e14ea6ae30f7b06571a4b1a24c7b9 Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Tue, 18 Feb 2025 10:15:02 -0500 Subject: [PATCH] chore: bump action cache to v3 --- .github/workflows/wordpress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index 1dc59960f6..69a10765b3 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -52,7 +52,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.composer/cache/files key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}