From 3f9ac03a3fd624fcaa3a76f9f7c81aef76adfbad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Oct 2024 19:25:46 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c9515b3..dc0c5c86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: with: path: config/ - name: Cache west modules - uses: actions/cache@v2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 env: cache-name: cache-zephyr-modules with: