diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index be9c193..d7ff397 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: lts/* - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf131f..5f2a909 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: lts/* - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}