diff --git a/.github/workflows/node-ci-cd.yml b/.github/workflows/node-ci-cd.yml index 671b9eb..af302ba 100644 --- a/.github/workflows/node-ci-cd.yml +++ b/.github/workflows/node-ci-cd.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 with: node-version: 16.x - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }} @@ -52,7 +52,7 @@ jobs: - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 with: node-version: 16.x - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 name: Load Yarn cache with: path: ${{ steps.yarn-cache.outputs.dir }}