diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 2176a6622..2971eea52 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@v3.0.11 + uses: actions/cache@v3.2.3 id: cache with: path: ~/cache/gcc