diff --git a/README.md b/README.md index a289d65..57bb484 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v1 - name: Cache node modules - uses: actions/cache@preview + uses: actions/cache@v0.0.1 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -70,7 +70,7 @@ Example: steps: - uses: actions/checkout@v1 - - uses: actions/cache@preview + - uses: actions/cache@v0.0.1 id: cache with: path: path/to/dependencies