diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index 02f2e6ef9..4d90a15e6 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@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}