From 73645305ec7a34cc778d7808d700e96a18f7032a Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 6 Aug 2026 19:16:45 +0200 Subject: [PATCH] ci: pin actions/cache to full semver (#134) Reviewed-on: https://gitea.t000-n.de/t.behrendt/realDynDNS/pulls/134 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .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 ae0c3c5..a8041fa 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | /go_path diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f329e25..d416500 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | /go_path