diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index a1ec0ae620..8eb04938cc 100644 --- a/.github/workflows/action-format.yml +++ b/.github/workflows/action-format.yml @@ -75,7 +75,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache yarn - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}