diff --git a/.github/workflows/vmui.yml b/.github/workflows/vmui.yml index c114f047c..ceb3c7b5b 100644 --- a/.github/workflows/vmui.yml +++ b/.github/workflows/vmui.yml @@ -49,7 +49,7 @@ jobs: - name: Save node_modules cache if: steps.cache-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: app/vmui/packages/vmui/node_modules key: vmui-deps-${{ runner.os }}-${{ hashFiles('app/vmui/packages/vmui/package-lock.json') }}