diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2bc52c5..a9c11249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: # A stable compiler update should automatically not reuse old caches. # Add the MSRV as a stable cache key too so bumping it also gets us a # fresh cache. - sharedKey: msrv1.70 + shared-key: msrv1.70 - name: Get xtask uses: actions/cache@v3