diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml
index 7e0fd24..9c294f1 100644
--- a/.github/workflows/e2e-cache.yml
+++ b/.github/workflows/e2e-cache.yml
@@ -48,7 +48,7 @@ jobs:
       - name: Install pnpm
         uses: pnpm/action-setup@v2
         with:
-          version: 6.9.0
+          version: 6.10.0
       - name: Generate pnpm file
         run: pnpm install
       - name: Remove dependencies
@@ -131,4 +131,4 @@ jobs:
         run: yarn install
       - name: Verify node and yarn
         run: __tests__/verify-node.sh "${{ matrix.node-version }}"
-        shell: bash
\ No newline at end of file
+        shell: bash