diff --git a/cumulus/.github/workflows/fmt-check.yml b/cumulus/.github/workflows/fmt-check.yml
index 1bd6cb94b3b914b338a5ee625fa6036c61e19643..6c7a5f3f910296e6896547a81cb718c537c850ea 100644
--- a/cumulus/.github/workflows/fmt-check.yml
+++ b/cumulus/.github/workflows/fmt-check.yml
@@ -23,7 +23,7 @@ jobs:
           components: clippy, rustfmt
 
       - name: Cache Dependencies & Build Outputs
-        uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
+        uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
         with:
           path: |
             ~/.cargo/registry
diff --git a/cumulus/.github/workflows/release-30_create-draft.yml b/cumulus/.github/workflows/release-30_create-draft.yml
index 001035694776c7296536aa6bfbc55f9f211f90cb..2ff6401825224c3b1857eefb5fa9a79eb0847934 100644
--- a/cumulus/.github/workflows/release-30_create-draft.yml
+++ b/cumulus/.github/workflows/release-30_create-draft.yml
@@ -74,7 +74,7 @@ jobs:
 
       - name: Cache target dir
         if: ${{ github.event.inputs.release_type != 'client' }}
-        uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
+        uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
         with:
           path: "${{ github.workspace }}/runtime/${{ matrix.runtime }}/target"
           key: srtool-target-${{ matrix.runtime }}-${{ github.sha }}