From 762f3c1feb7b4071f40dc298c44ab8b33073ef0f Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Sun, 9 Apr 2023 19:08:01 +0000 Subject: [PATCH] [FIX?] explicitly use github actions repo --- .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 325af91..643f78e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: with: ssh-key: ${{ secrets.ACT_RUNNER_SSH_KEY }} - name: Cache west modules - uses: actions/cache@v3 + uses: https://github.com/actions/cache@v3 env: cache-name: cache-zephyr-modules with: