From 3ce17a93834da4980ae018d4aa0de2048f653e9b Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 7 Mar 2024 08:00:00 -0600 Subject: [PATCH] Rename cache actions --- .github/workflows/deploy-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 898a4729a..872d0676e 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -21,13 +21,13 @@ jobs: with: node-version: '18' - - name: Cache dependencies + - name: Cache npm uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }} - - name: Cache dependencies + - name: Cache Eleventy .cache uses: actions/cache@v3 with: path: ./.cache