diff --git a/.github/workflows/ui-automation.yml b/.github/workflows/ui-automation.yml index 3997cdbd88..d5c9402218 100644 --- a/.github/workflows/ui-automation.yml +++ b/.github/workflows/ui-automation.yml @@ -47,7 +47,7 @@ jobs: node-version: '18.x' - name: Cache npm dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4 with: path: '~/.npm' key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} @@ -112,7 +112,7 @@ jobs: node-version: '18.x' - name: Cache npm dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4 with: path: '~/.npm' key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}