diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 137692c..ef2af6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: node-version: 20 - name: Cache Node.js dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}