diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb19c5f..7013068 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: node-version: "16.x" - name: Keep npm cache around to speed up installs - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}