From 00b19fde91c1ea7845ddb271d450e84ecdfeafc5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 10:17:05 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 27d5ce7 --- .gitea/workflows/cd.yaml | 2 +- .gitea/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index f2272c4..817ee69 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -39,7 +39,7 @@ jobs: go.sum - name: cache go id: cache-go - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | /go_path diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 682b98c..935e06c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: go.sum - name: cache go id: cache-go - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | /go_path