diff --git a/.github/workflows/deploy-examples.yml b/.github/workflows/deploy-examples.yml index fe127a1957..ff267f762c 100644 --- a/.github/workflows/deploy-examples.yml +++ b/.github/workflows/deploy-examples.yml @@ -49,7 +49,7 @@ jobs: - name: Cache node modules id: cache-pnpm - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fafb627d5a..d1e72c594f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Cache node modules id: cache-pnpm - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 env: cache-name: cache-node-modules with: