From d4cfcb19be8b1e32561d142096b2f44f6f6d7b6b Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 15 Aug 2024 07:27:52 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8087a1c..ebc3edc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: echo "computed hash: $HASH" - name: Cache west modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-zephyr-modules with: -- 2.45.2