diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 13de6f2..4dab3b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: id: yarn-cache-dir run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir.outputs.dir }}