diff --git a/.github/workflows/codeformat.yml b/.github/workflows/codeformat.yml index cedeb0030..47d781709 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@v3.3.1 + uses: actions/cache@v3.3.2 id: cache with: path: ~/cache/deps/bin diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 85fec1da8..e06e97b32 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.3.1 + uses: actions/cache@v3.3.2 id: cache with: path: ~/cache/gcc