diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b8c0b3f..d4920fb 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: @@ -54,4 +54,4 @@ jobs: # Optional: Change the working directory workingDirectory: . # Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta` - wranglerVersion: '3' \ No newline at end of file + wranglerVersion: '3'