diff --git a/.github/workflows/codeformat.yml b/.github/workflows/codeformat.yml index 17a6113d6..ecd33cf9d 100644 --- a/.github/workflows/codeformat.yml +++ b/.github/workflows/codeformat.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: '♻ Caching dependencies' - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ~/cache/deps/bin diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index a76126d28..f07f259ab 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -40,7 +40,7 @@ jobs: run: source tools/ci.sh && ci_update_submodules - name: '♻ Caching dependencies' - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 id: cache with: path: ~/cache/gcc