diff --git a/.github/workflows/github-stats.yml b/.github/workflows/github-stats.yml index 289016ef5..6ce4ab1a1 100644 --- a/.github/workflows/github-stats.yml +++ b/.github/workflows/github-stats.yml @@ -18,7 +18,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Get yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}