From 59838a36e73f03ce563034f3830d5fce2c220297 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 1 Feb 2024 00:48:08 +0000
Subject: [PATCH] Update actions/cache action to v4

---
 .github/workflows/github-pages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 5289625..f336c10 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -14,7 +14,7 @@ jobs:
       - uses: Homebrew/actions/setup-homebrew@master
       - id: brew_cache
         run: echo "::set-output name=dir::$(brew --cache)"
-      - uses: actions/cache@v3
+      - uses: actions/cache@v4
         with:
           path: ${{ steps.brew_cache.outputs.dir }}
           key: brew-v3