diff --git a/.github/workflows/MAIN.yml b/.github/workflows/MAIN.yml index a742b86..840b346 100644 --- a/.github/workflows/MAIN.yml +++ b/.github/workflows/MAIN.yml @@ -24,7 +24,7 @@ jobs: id: yarn-cache-dir run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore dependencies cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ steps.yarn-cache-dir.outputs.dir }} key: ${{ runner.os }}-dependencies-${{ hashFiles('**/yarn.lock') }}