diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index 3735140ac..092a413a7 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@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}