diff --git a/.github/workflows/rebuildReadme.yml b/.github/workflows/rebuildReadme.yml index 4c62a56..7873bb2 100644 --- a/.github/workflows/rebuildReadme.yml +++ b/.github/workflows/rebuildReadme.yml @@ -19,7 +19,7 @@ jobs: with: node-version: '20.x' - name: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-js-${{ hashFiles('package-lock.json') }}