diff --git a/cumulus/.github/workflows/docs.yml b/cumulus/.github/workflows/docs.yml
index 02b61b05669aa6ad0833b092f006a8596852ae65..70aef69e1cc0eabe37decd157446f7ad9960bddc 100644
--- a/cumulus/.github/workflows/docs.yml
+++ b/cumulus/.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
         run:  rustup show
 
       - name: Rust cache
-        uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 # v2.6.0
+        uses: Swatinem/rust-cache@578b235f6e5f613f7727f1c17bd3305b4d4d4e1f # v2.6.1
 
       - name: Build rustdocs
         run:  SKIP_WASM_BUILD=1 cargo doc --all --no-deps