diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4b3c4ce..ee14142 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13910e7..d68b38d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 + - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}