diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a16d2ecf762..3eb5f267b77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: bundle config path vendor/bundle - name: Bundler cache - uses: actions/cache@v1 + uses: actions/cache@v2 id: bundler-cache with: path: vendor/bundle @@ -110,7 +110,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Yarn cache - uses: actions/cache@v1 + uses: actions/cache@v2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir.outputs.dir }}