chore(deps): update actions/cache digest to e12d46a (#875)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 135a3b4..04fe117 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -17,7 +17,7 @@
         run: echo info=$(python -VV | sha256sum | cut -d' ' -f1) >> $GITHUB_OUTPUT
 
       - name: Create pre-commit cache
-        uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
+        uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
         with:
           path: ~/.cache/pre-commit
           key: pre-commit|${{ steps.python_info.outputs.info }}|${{ hashFiles('.pre-commit-config.yaml') }}
diff --git a/.github/workflows/manila.yml b/.github/workflows/manila.yml
index 2e3bcfa..a7ce4ca 100644
--- a/.github/workflows/manila.yml
+++ b/.github/workflows/manila.yml
@@ -54,7 +54,7 @@
           path: manila-image-elements
 
       - name: Cache DIB_IMAGE_CACHE
-        uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
+        uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
         with:
           path: ~/.cache/image-create
           key: dib-image-cache