chore(deps): update actions/cache action to v4 (#895)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 4e8609d..2280728 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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
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 a7ce4ca..43ed8ef 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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: ~/.cache/image-create
key: dib-image-cache