diff --git a/.github/workflows/ui_build_and_release.yml b/.github/workflows/ui_build_and_release.yml index bea176936..c7900fca7 100644 --- a/.github/workflows/ui_build_and_release.yml +++ b/.github/workflows/ui_build_and_release.yml @@ -18,7 +18,7 @@ jobs: with: node-version-file: "web/ui/.nvmrc" registry-url: "https://registry.npmjs.org" - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.0.8 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}