diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e1c25e..a439094 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: ############ Install executorch deps ############ - name: Cache Cpp ExecuTorch compiled libraries id: cache-executorch-cpp-libs - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: etc/.dev-env/executorch/cmake-out key: cache-executorch-cpp-libs-${{ runner.OS }}-${{ hashFiles('etc/setup_dev_env.py') }}