From 5189fdb35b125515c4f69cf7a3fce69b2debc67d Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 9 Oct 2024 00:02:08 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 3624ceb --- .gitea/workflows/ci.yaml | 4 ++-- .gitea/workflows/publish.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 55a76c2..458c6f6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: ⚡ Cache - uses: https://git.kjan.de/actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: https://git.kjan.de/actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: path: | ~/.cargo/registry @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: ⚡ Cache - uses: https://git.kjan.de/actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: https://git.kjan.de/actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: path: | ~/.cargo/registry diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 0d04226..a682374 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: ⚡ Cache - uses: https://git.kjan.de/actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: https://git.kjan.de/actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: path: | ~/.cargo/registry