diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 028c917..51c2d23 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed + - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31fc491..f375cf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed + - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}