From 9580c7c4b9dc6adfb768b26b6dd630b70a903a0d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 1 Apr 2025 06:11:44 +0000
Subject: [PATCH] chore(deps): update actions/cache digest to 5a3ec84 (#89)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .github/workflows/build.yml   | 2 +-
 .github/workflows/publish.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 22ae5e5..cbfed25 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
       - id: yarn_cache
         run: echo "::set-output name=dir::$(yarn cache dir)"
-      - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+      - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
         with:
           path: ${{ steps.yarn_cache.outputs.dir }}
           key: yarn-${{ hashFiles('**/yarn.lock') }}
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 44837fc..d565cc1 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
       - id: yarn_cache
         run: echo "::set-output name=dir::$(yarn cache dir)"
-      - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+      - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
         with:
           path: ${{ steps.yarn_cache.outputs.dir }}
           key: yarn-${{ hashFiles('**/yarn.lock') }}