diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index df87de0..272962b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d with: node-version: 14.x - - uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 + - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 036edfb..9925967 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@c64c572235d810460d0d6876e9c705ad5002b353 + - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}