From d54600c8aab625de9cd8ddfa746b7a5a7712829c Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Mon, 10 Apr 2023 19:51:26 +0000 Subject: [PATCH] back to cache@v2 --- .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 537510a..db1ff90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: https://github.com/actions/checkout@v3 - name: Cache west modules - uses: https://github.com/actions/cache@v3 + uses: https://github.com/actions/cache@v2 env: cache-name: cache-zephyr-modules with: